Re: Can we do regular expression processing in C ?
- From: Don Bruder <dakidd@xxxxxxxxx>
- Date: Tue, 01 Apr 2008 22:53:19 -0700
In article <65gg17F2g815vU6@xxxxxxxxxxxxxxxxxx>,
Ian Collins <ian-news@xxxxxxxxxxx> wrote:
Jack Klein wrote:
On Wed, 02 Apr 2008 15:36:41 +1300, Ian Collins <ian-news@xxxxxxxxxxx>Didn't you see the clarification I posted an hour earlier?
wrote in comp.lang.c:
Mahendra Kutare wrote:
Or do we need to have any specific library ?Not in standard C, there are plenty of extensions (POSIX regex for
I am more interested in knowing if we can do string pattern matching
regular expression processing with C.
example).
I disagree, one most certainly can.
There are no functions for doing this in the standard library, so one
would have to either write them, or find a library that already
contained them. But such a library could be written in strictly
conforming C, at least for the ASCII character set.
Quite possibly not, since Usenet is a best-effort, asynchronous
distribution system that makes absolutely no promises whatsoever that
any specific message will reach any given server in any particular
amount of time. Depending on the route it has to take, the newsgroup(s)
it's posted to, the time of day it was posted, and many other variables
including how the destination server (and any servers between the one
you posted on and the destination) is configured, a message you post to
your news server might be seen on a different server within seconds. Or
it could take anywhere from minutes to weeks to get there. Assuming it
ever makes the trip at all...
--
Don Bruder - dakidd@xxxxxxxxx - If your "From:" address isn't on my whitelist,
or the subject of the message doesn't contain the exact text "PopperAndShadow"
somewhere, any message sent to this address will go in the garbage without my
ever knowing it arrived. Sorry... <http://www.sonic.net/~dakidd> for more info
.
- Follow-Ups:
- Re: Can we do regular expression processing in C ?
- From: CBFalconer
- Re: Can we do regular expression processing in C ?
- References:
- Can we do regular expression processing in C ?
- From: Mahendra Kutare
- Re: Can we do regular expression processing in C ?
- From: Ian Collins
- Re: Can we do regular expression processing in C ?
- From: Jack Klein
- Re: Can we do regular expression processing in C ?
- From: Ian Collins
- Can we do regular expression processing in C ?
- Prev by Date: Re: ????createwindow??????????????????calling createwindow function the system exit??
- Next by Date: Re: any error in the code
- Previous by thread: Re: Can we do regular expression processing in C ?
- Next by thread: Re: Can we do regular expression processing in C ?
- Index(es):
Relevant Pages
|
Loading