drcallaway / regexml

Java library for writing regular expressions in XML
0 stars 0 forks source link

Suggestion: Parameterized expressions #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I love your library, you reconciled me to regexes.
But I can't use it for all the regex I need to write: sometimes I need to use 
dynamically generated regexex.
It would be even better if one was able to introduce parameters (variables) in 
regexes.

Original issue reported on code.google.com by sbo...@gmail.com on 24 Jun 2010 at 7:45

GoogleCodeExporter commented 9 years ago
I like this idea. Can you provide a concrete use case (and regular expression) 
that demonstrates the functionality?

Original comment by drcalla...@gmail.com on 13 Jul 2010 at 3:16