Re: c regex example
- From: Logan Shaw <lshaw-usenet@xxxxxxxxxxxxx>
- Date: Sat, 21 Jul 2007 15:23:55 -0500
gert wrote:
On Jul 21, 8:39 pm, gert <gert.cuyk...@xxxxxxxxx> wrote:On Jul 21, 9:21 am, Ico <use...@xxxxxxx> wrote:
Save the return value of regcomp() and use regerror() to convert theOk that i did and figured out the regex was invalid aldo it isn't some
error code into a readable string when not zero
how it doesn't understand (?
Doh the memcpy doesnt work because i forgot to alocate memory first,
still need a answer for infinitive loop and the csv regex that is
invalid :)
You're trying to do too many new things at once. Put in a very simple
regex first. Then when you get all the other code working and you have
proven that you can call the regex API properly, put in a more
complicated regex.
Also, if you want help figuring out your regex, you should explain
what the regex is supposed to do and why you chose the regex you did.
I don't think most people want to guess what you want the regex to
accomplish.
- Logan
.
- Follow-Ups:
- Re: c regex example
- From: gert
- Re: c regex example
- References:
- c regex example
- From: gert
- Re: c regex example
- From: Ico
- Re: c regex example
- From: gert
- Re: c regex example
- From: gert
- c regex example
- Prev by Date: Saving AJAX responseText to a variable
- Next by Date: Re: c regex example
- Previous by thread: Re: c regex example
- Next by thread: Re: c regex example
- Index(es):
Relevant Pages
|