Go to main content

Internationalizing and Localizing Applications in Oracle Solaris

Exit Print View

Updated: November 2020
 
 

Using Regular Expressions

The following functions are used for matching filename patterns and regular expressions:

fnmatch()

Match a filename or path name

regcomp()

Compile the regular expression

regexec()

Execute regular expression matching

regerror()

Map error codes returned to error messages

regfree()

Free memory allocated by the regcomp() function