[comp.lang.c] re_comp & re_exec

ali@palm05.cray.com (Ali Sadjadi) (04/27/91)

Has any one out there has any experience with the above routines?
Apparently re_comp is compiling a string into a intrnal set of tokens
and re_exec accepts a char pointer and searches the compiled string for this
pattern.