
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Regexes in C
Godwin,
I have often used the Perl Compatible Regular Expressions package,
available from http://www.pcre.org/
It supports Perl regular expressions, which are richer than POSIX
regular expressions. I find that using Perl to test your regular
expressions improves development speed considerably.
Regards,
Jake
--- Viktor Pavlenko <vvp@example.com> wrote:
> >>>>> "GS" == Godwin Stewart <gstewart@example.com> writes:
>
> GS> Hi,
> GS> Could anyone point me to examples of programming using POSIX
> GS> regular expressions in C?
>
> GS> I've looked through man -S [3|7] regex and (as usual) you get
> GS> just a rather stoic, formal description of the syntax with no
> GS> examples.
>
> As always, google is your friend; this is one of the pages that came
> up:
>
> http://www.linuxgazette.com/issue55/tindale.html
>
> Viktor
>
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
Home |
Main Index |
Thread Index