Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 342 Bytes

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