Lines Matching full:regular
87 Interpret regular expressions using POSIX extended regular expression syntax.
88 The default behaviour is to use POSIX basic regular expression syntax.
162 which is a regular expression preceded and followed by a delimiter.
185 .Sh SED REGULAR EXPRESSIONS
188 regular expressions are basic regular expressions
190 Extended regular expressions are supported using the
197 for more information on regular expressions.
204 The character delimiting the regular expression
205 can be used inside the regular expression by prepending a backslash
212 characters stand for themselves, so that the regular expression is
224 regular expressions is that they can default to the last regular
226 If a regular expression is empty, i.e., just the delimiter characters
227 are specified, the last regular expression encountered is used instead.
228 The last regular expression is defined as the last regular expression
425 string for the first instance of the regular expression
429 a slash to delimit the regular expression and the replacement.
431 .Sx SED REGULAR EXPRESSIONS .
436 regular expression.
463 occurrence of the regular expression in the pattern space, where
469 regular expression, not just the first one.