Just checking if anyone knows of a tool for describing programmatically a RegEx type problem, for it to then be translated into a RegEx.
What I mean by this is: can any tool take more human readable code/language and convert it to the fairly impenetrable RegEx expressions?
If not: someone really ought to do this! Would be incredibly useful, I'd have thought. Define a small set of keywords and operators to describe an issue, then have the program convert it to the super-efficient RegEx.