regexec pattern matching

Anand Akhare anan.akhare@gmail.com
Fri Nov 2 08:59:00 GMT 2018


Hello,
     regexec matching pattern against buffer throughout complete length
and skips for those that doesn't match until match is found.
Is it possible to get match for first character and if match fails, it
returns fail rather than going forward to next characters.
In summary, only start of buffer should b considered for match.

Regards,
Anand



More information about the Libc-help mailing list