Extremely useful ai regex tool
Tool to generate regex from sample?
Regex Generator?
(JavaScript) I Built A Human-Maintainable Regex Builder This Weekend
Videos
Hey guys, just thought I'd share this website that I found (I'm sure a lot of you probably have seen it before but sharing itjust in case people haven't): https://rows.com/tools/regex-generator
I don't know how to use regex at all so I found this tool and gave it a prompt and some sample text and it gave me exactly what I needed. I was very impressed and it is extremely useful.
I know of solutions like regex101, that enable to test a regex. It's still something that requires time to figure out one's needed regex to start with π
Wondering if there is a tool that enables you to provide a sample string, indicating what part of the string you would want to extract, that will generate the relevant regex? π€