/text2regex

generate regular expressions from text

Primary LanguageTypeScriptApache License 2.0Apache-2.0

text2regex

generate regular expressions validated against a thorough test suite

text2regex-init-demo.mp4

usage

text2regex "match three consecutive odd digits"

working

llm generates tests, writes regex, iterates based on test feedback until it passes