gcc 4.4.4 c89
Does anyone know of any good online tutorials using regex in c.
I have to do a lot of regex, which I haven't done before.
If the tutorials or books could be related to sscanf would be even better.
Many thanks,
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
The best resource : http://www.regular-expressions.info/ This is not specific to C but mentions various flavors and differences at every point. |
|||
|
|
|
PCRE docs: http://perldoc.perl.org/perlretut.html |
|||
|
|