Hi,
I have formed reg.expression using expresso (Tool to create Regular expression.)
I want to use that regular expression in curl, I m getting error while compiling the code.
I want to parse the string D1 20080929T000000Z using following regx,
In expresso it shows that expression is valid for above rule,but same regx showing error in curl.
Thanks
Rajiv
I have formed reg.expression using expresso (Tool to create Regular expression.)
I want to use that regular expression in curl, I m getting error while compiling the code.
I want to parse the string D1 20080929T000000Z using following regx,
D(?<interval>[0-9].*?)\s.*?(\#(?<occurance>[0-9]{1,2})|(?<enddate>([0-9]{8}[T]{1}[0-9]{6}[Z]{1})))
In expresso it shows that expression is valid for above rule,but same regx showing error in curl.
Thanks
Rajiv