Lines Matching full:regular
260 next line containing the regular expression
269 previous line containing the regular expression
284 .SS REGULAR EXPRESSIONS
285 Regular expressions are patterns used in selecting text.
296 Regular expressions are also
301 In addition to a specifying string literals, regular expressions can
304 by the corresponding regular expression.
305 If it is possible for a regular expression
309 The following symbols are used in constructing regular expressions:
386 If `^' is the first character of a regular expression, then it
387 anchors the regular expression to the beginning of a line.
392 If `$' is the last character of a regular expression, it
393 anchors the regular expression to the end of a line.
398 Anchors the single character regular expression or subexpression
404 Anchors the single character regular expression or subexpression
418 For example, the regular expression `\e(.*\e)\e1' matches any string
425 Matches the single character regular expression or subexpression
427 character of a regular expression or subexpression, then it matches
429 For example, the regular expression `b*' matches the beginning of
435 Matches the single character regular expression or subexpression
451 Additional regular expression operators may be defined depending on the
551 to each of the addressed lines matching a regular expression
581 Interactively edits the addressed lines matching a regular expression
720 matching a regular expression
791 the regular expression of the last search to be used instead of the
828 to each of the addressed lines not matching a regular expression
836 Interactively edits the addressed lines not matching a regular expression