* Regural expressions
@ 2002-05-23 7:03 Tver Mit
2002-05-23 8:27 ` Steven Smith
2002-05-23 16:18 ` Darío Mariani
0 siblings, 2 replies; 3+ messages in thread
From: Tver Mit @ 2002-05-23 7:03 UTC (permalink / raw)
To: linux-c-programming
Hi all.
I need to use regural expressions in C++ programm. Is there standart
methods/libraries to do this?
Best wishes,
Tver mailto:Vukdev@mail.ru
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Regural expressions
2002-05-23 7:03 Regural expressions Tver Mit
@ 2002-05-23 8:27 ` Steven Smith
2002-05-23 16:18 ` Darío Mariani
1 sibling, 0 replies; 3+ messages in thread
From: Steven Smith @ 2002-05-23 8:27 UTC (permalink / raw)
To: Tver Mit; +Cc: linux-c-programming
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
> I need to use regural expressions in C++ programm. Is there standart
> methods/libraries to do this?
In C, regular expressions can be used via the regcomp and regexec functions.
I'm not sure whether C++ provides an alternative method, but those functions
should work fine from a C++ program.
Steven Smith,
sos22@cam.ac.uk.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Regural expressions
2002-05-23 7:03 Regural expressions Tver Mit
2002-05-23 8:27 ` Steven Smith
@ 2002-05-23 16:18 ` Darío Mariani
1 sibling, 0 replies; 3+ messages in thread
From: Darío Mariani @ 2002-05-23 16:18 UTC (permalink / raw)
To: Tver Mit; +Cc: linux-c-programming
The Boost libraries (www.boost.org) has a library for regular
expressions (www.boost.org/libs/regex/index.htm).
Darío
Tver Mit wrote:
>
> Hi all.
> I need to use regural expressions in C++ programm. Is there standart
> methods/libraries to do this?
>
> Best wishes,
> Tver mailto:Vukdev@mail.ru
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-23 16:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-23 7:03 Regural expressions Tver Mit
2002-05-23 8:27 ` Steven Smith
2002-05-23 16:18 ` Darío Mariani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).