GNU Info

Info Node: (gawk.info)Regexp Constants

(gawk.info)Regexp Constants


Prev: Non-decimal-numbers Up: Constants
Enter node , (file) or (file)node

Regular Expression Constants
----------------------------

   A regexp constant is a regular expression description enclosed in
slashes, such as `/^beginning and end$/'.  Most regexps used in `awk'
programs are constant, but the `~' and `!~' matching operators can also
match computed or "dynamic" regexps (which are just ordinary strings or
variables that contain a regexp).


automatically generated by info2www version 1.2.2.9