在 Oracle Solaris 中进行应用程序国际化和本地化

退出打印视图

更新时间: 2014 年 7 月
 
 

使用正则表达式

以下函数用于匹配文件名模式和正则表达式:

fnmatch()

匹配文件名或路径名

regcomp()

编译正则表达式

regexec()

执行正则表达式匹配

regerror()

将返回的错误代码映射到错误消息

regfree()

释放 regcomp() 函数分配的内存