Regular Expression Generator
am 26.06.2006 07:42:49 von jeremyjeIs there a library or a way to generate an appropriate regular
expression for any given input string?
(remove quotes for examples)
For example: "1234567890abcdef is in hex9"
Regex Generator returns: [0-9|A-F]{16} [a-z]{2} [a-z]{2} [0-9|a-z]{3}
Or anything that does some sort of similar processing?