Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jcstein

    Regular expressions

    It was aparently the flags I was passing. I didn't have REG_ICASE or REG_NEWLINE turned on. Works now :) My particular pattern doesn't work, but I made one that does. Thanks for the help.
  2. jcstein

    Regular expressions

    Thats a point I hadn't thought of that the library isn't supporting all the codes.. mm Does anyone have a known expression that works for checking email addresses in the standard GNU regex.h?
  3. jcstein

    Regular expressions

    Thanks for the reply. But first I tried just doubling the escapes and it didn't work then either. I know the pattern is good. I've used it in Javascript with much success.
  4. jcstein

    Regular expressions

    I am trying to validate an email address using regcomp and regexec. However, aparently I am doing it incorrectly. When I use a simple pattern to match things work well. However, as soon as I start getting into the special escaped regex code it starts to fail. I'm assuming that the pattern is...

Part and Inventory Search

Back
Top