Procedures

ProcedureLocationProcedure TypeDescription
mymatch test_program Subroutine
regcomp M_regex Subroutine

Sample program

Read more…
regerror M_regex Function

Sample program

Read more…
regexec M_regex Function

Sample program

Read more…
regfree M_regex Subroutine

regfree(3f) frees any dynamically-allocated storage used by the internal form of an RE.

Read more…
regmatch M_regex Function

function regmatch(match,string,matches)

Read more…
regsub M_regex Subroutine

subroutine regsub(matchline, matches, source, dest)

Read more…
test_regex test_program Subroutine