naveenprakashj
Technical User
Hi,
I need to match a string with a regular expression in c. I am trying to avoid system call.
the regular expression is
[a-z][a-z][0-9]<6 times>[a-z]
Can anyone show me how this can be done useing regexpr.h (i.e. compile and advance/step)
thanks in advance
I need to match a string with a regular expression in c. I am trying to avoid system call.
the regular expression is
[a-z][a-z][0-9]<6 times>[a-z]
Can anyone show me how this can be done useing regexpr.h (i.e. compile and advance/step)
thanks in advance