Lines Matching refs:regexps
343 * Regexp Field Splitting:: Using regexps as the field separator.
419 * Regexp Patterns:: Using regexps as patterns.
2710 kinds of regexps let you specify more complicated classes of strings.
2941 with a backslash have special meaning in regexps.
2966 @command{gawk} processes both regexp constants and dynamic regexps
3045 the very first step in processing regexps.
3143 The alternation applies to the largest possible regexps on either side.
3226 in regexps. If either @option{--posix} or @option{--re-interval} are specified
3228 are allowed in regexps.
3556 control how @command{gawk} interprets characters in regexps:
3561 POSIX regexps and the
3573 Only POSIX regexps are supported; the GNU operators are not special
3578 Traditional Unix @command{awk} regexps are matched. The GNU operators
3585 Allow interval expressions in regexps, even if @option{--traditional}
3599 @cindex case sensitivity, regexps and
3816 @cindex newlines, in dynamic regexps
4530 * Regexp Field Splitting:: Using regexps as the field separator.
7447 slashes, such as @code{@w{/^beginning and end$/}}. Most regexps used in
7449 matching operators can also match computed or ``dynamic'' regexps
9307 * Regexp Patterns:: Using regexps as patterns.
9754 value. Then use dynamic regexps to match the pattern
10696 @cindex case sensitivity, regexps and
16422 in regexps.
19612 @c STARTOFRANGE regexps
19900 @c ENDOFRANGE regexps
21872 Advantage: egrep regexps
22496 Dynamic regexps as operands of the @samp{~} and @samp{!~} operators
22841 Full support for both POSIX and GNU regexps
22879 The @option{--re-interval} option to provide interval expressions in regexps
26004 functions (regexps, fields, associative arrays, type coercion, and so on).
27101 and ending with the letters @samp{xp}. In @command{awk}, regexps are
28100 /.../ regexps are in @code, not @samp