Lines Matching +full:non +full:- +full:inclusive
38 re_format \- POSIX 1003.2 regular expressions
54 A (modern) RE is one\(dg or more non-empty\(dg \fIbranches\fR,
71 The integers must lie between 0 and RE_DUP_MAX (255\(dg) inclusive,
81 a sequence of \fIi\fR through \fIj\fR (inclusive) matches of the atom.
105 If two characters in the list are separated by `\-', this is shorthand
106 for the full \fIrange\fR of characters between those two (inclusive) in the
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
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.