Lines Matching full:character

87 (matching any single character), `^' (matching the null string at the
91 (matching that character taken as an ordinary character),
92 a `\e' followed by any other character\(dg
93 (matching that character taken as an ordinary character,
95 or a single character with no other significance (matching that character).
96 A `{' followed by a character other than a digit is an ordinary
97 character, not the beginning of a bound\(dg.
101 It normally matches any single character from the list (but see below).
103 it matches any single character
114 To include a literal `]' in the list, make it the first character
116 To include a literal `\-', make it the first or last character,
124 Within a bracket expression, a collating element (a character,
125 a multi-character sequence that collates as if it were a single character,
130 A bracket expression containing a multi-character collating element
131 can thus match more than one character,
146 Within a bracket expression, the name of a \fIcharacter class\fR enclosed
149 Standard character class names are:
161 These stand for the character classes defined in
164 A character class may not be used as an endpoint of a range.
173 A word character is an
175 character (as defined by
209 ordinary character outside a bracket expression, it is effectively
229 `^' is an ordinary character except at the beginning of the
231 `$' is an ordinary character except at the end of the
233 and `*' is an ordinary character if it appears at the beginning of the
250 The current 1003.2 spec says that `)' is an ordinary character in