Lines Matching refs:POSIX
9 [section:basic_syntax POSIX Basic Regular Expression Syntax]
13 The POSIX-Basic regular expression syntax is used by the Unix utility `sed`,
14 and variations are used by `grep` and `emacs`. You can construct POSIX
18 // e1 is a case sensitive POSIX-Basic expression:
20 // e2 a case insensitive POSIX-Basic expression:
23 [#boost_regex.posix_basic][h3 POSIX Basic Syntax]
25 In POSIX-Basic regular expressions, all characters are match themselves except
134 By default, for POSIX-Basic regular expressions, a character /x/ is within the
217 [link boost_regex.posix_basic POSIX-Basic expressions],
222 will match either of the [link boost_regex.posix_basic POSIX-Basic expressions]
229 In addition to the [link boost_regex.posix_basic POSIX-Basic features]
267 [link boost_regex.syntax.leftmost_longest_rule POSIX-style leftmost-longest rule].
281 …bd_chap09.html IEEE Std 1003.1-2001, Portable Operating System Interface (POSIX ), Base Definition…
283 …ties/grep.html IEEE Std 1003.1-2001, Portable Operating System Interface (POSIX ), Shells and Util…