Regex supported using the "match" function in QPM4U
説明
When using the match function with QPM4U what regex's are supported?
対策
The match() function uses extended regular expressions, i.e. it calls recomp with the REG_EXTENDED flag (see the regcomp man page for more). The regex's supported may vary slightly between platforms, but in general should support standard POSIX extended REs.