22 Aug
2002
22 Aug
'02
9:07 p.m.
I haven't used GRETA but if you are asking about Boost Regex++, posting some
code would help and defining what you mean by not working would also help.
There are different Regex++ string search functions and the regex_match has
to match the entire input sequence to return true. Is it possible that is
what you are using ?
"Frédéric Mayot"
Hi,
My problem is really simple : I have several regular expressions (like (19[4-9]\d)|(200\d)|( [09]\d ) ) which work when they correspond to the entire string, e.g. : "2002" OK; "something 2002 something" NOT OK.
Everythings worked fine with the GRETA library, and now, it doesn't.
Does anyone have an idea ?