Lines Matching +full:multi +full:- +full:word
38 re_format \- POSIX 1003.2 regular expressions
54 A (modern) RE is one\(dg or more non-empty\(dg \fIbranches\fR,
105 If two characters in the list are separated by `\-', this is shorthand
108 e.g. `[0-9]' in ASCII matches any decimal digit.
110 endpoint, e.g. `a-c-e'.
111 Ranges are very collating-sequence-dependent,
116 To include a literal `\-', make it the first or last character,
118 To use a literal `\-' as the first endpoint of a range,
125 a multi-character sequence that collates as if it were a single character,
126 or a collating-sequence name for either)
130 A bracket expression containing a multi-character collating element
168 the beginning and end of a word respectively.
169 A word is defined as a sequence of
170 word characters
172 word characters.
173 A word character is an
192 Note that higher-level subexpressions thus take priority over
193 their lower-level component subexpressions.
205 If case-independent matching is specified,
220 POSIX-compliant.
237 `\e' followed by a non-zero decimal digit \fId\fR
263 1003.2's specification of case-independent matching is vague.
267 The syntax for word boundaries is incredibly ugly.