Clarification of Question by
ksclarke-ga
on
02 Jun 2003 11:45 PDT
I do not want code in any particular language but a generic regex
pattern that could be fed to any Perl style regex engine (implemented
in Perl or Java or anything else) that would allow the engine to
validate a supplied regex string (that could be any variation of a
regular expression)...
Basically all standard operators: Match-self Operator,
Match-any-character Operators, Concatenation Operators, Juxtaposition,
Repetition Operators, Alternation Operators, List Operators, Grouping
Operators, Back-reference Operators, Anchoring Operators...
I'm hoping someone knows where such a thing already exists (it must,
but I haven't been able to find it) since I think actually writing it
is probably more than a ten dollar answer :-)
Thanks