Walid Joseph Gedeon wrote:
Hello all,
Euh, ping! (Am I on, or is it really a low traffic list? :)
Yes, you are; and yes, it is.
I was working on an interesting project and found the need to extend
the Regexp functionality by defining a meta-structure that combines
regexps together... a
Hello Vadim,
Thanks for replying.
> Simple regexp:
> ^key is = ([:alphanum:]*), value is = ([:alphanum:]*)$
>
> Will return you two parens, first one is value for param1, and second
> one is value for value1. Put values in the map, and you are done. You
> can also define generic paren list
Hello all,
Euh, ping! (Am I on, or is it really a low traffic list? :)
I was working on an interesting project and found the need to extend
the Regexp functionality by defining a meta-structure that combines
regexps together... and was wondering if there would be interest to
include such