Lines Matching full:regular

235 The next line containing the regular expression
242 The previous line containing the regular expression
255 .Ss REGULAR EXPRESSIONS
256 Regular expressions are patterns used in selecting text.
266 Regular expressions are also used by the
270 In addition to a specifying string literals, regular expressions can
273 corresponding regular expression.
274 If it is possible for a regular expression to match several strings in
277 The following symbols are used in constructing regular expressions:
355 is the first character of a regular expression, then it
356 anchors the regular expression to the beginning of a line.
361 is the last character of a regular expression,
362 it anchors the regular expression to the end of a line.
365 Anchors the single character regular expression or subexpression
369 Anchors the single character regular expression or subexpression
383 For example, the regular expression
388 Matches the single character regular expression or subexpression
392 is the first character of a regular expression or subexpression,
397 For example, the regular expression
410 Matches the single character regular expression or subexpression
426 Additional regular expression operators may be defined depending on the
507 to each of the addressed lines matching a regular expression
534 Interactively edits the addressed lines matching a regular expression
642 Replaces text in the addressed lines matching a regular expression
715 the regular expression of the last search to be used instead of the
745 to each of the addressed lines not matching a regular expression
751 Interactively edits the addressed lines not matching a regular expression