I just want to write a function for the validation of email address. By using regexp is can be easy. But I never used
regexp in C. Please help me to out come from this problem.
There are however a number of libraries which implement several varieties of regex - do you have one of these?
Or are you looking for suggestions (state OS/Compiler).
Are you looking for "grep" compatibility or "perl" compatibility when it comes to composing your regex'es.
Well...there is the posix regexp kit..regcomp,etc..
That's standard across all posix compliant unices,
and possibly other 'posix compliant' OS's like NT.
Checked on UX, Linux and freeBsd and the implementations
are pretty standard.
man 3 regcomp.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.