Comment on AutoRegexComments−polskibus4yI’d bet users would’ve preferred to provide examples of input and output to get the regexp they want , instead of designing it in plain English.−texaslonghorn54yThat seems like a computationally challenging problem. To avoid .+ you would have to include non matching examples and then I don't know how similar to the matches / specific those would have to be.−asicsp4ySomething like https://regex-generator.olafneumann.org/ ?−asah4yPlain English has the benefit that you can use the microphone/dictation on your cellphone...−wtetzner4yWhy would you need to generate a regex on your cell phone?
Comments
I’d bet users would’ve preferred to provide examples of input and output to get the regexp they want , instead of designing it in plain English.
That seems like a computationally challenging problem. To avoid .+ you would have to include non matching examples and then I don't know how similar to the matches / specific those would have to be.
Something like https://regex-generator.olafneumann.org/ ?
Plain English has the benefit that you can use the microphone/dictation on your cellphone...
Why would you need to generate a regex on your cell phone?