diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 06:08:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 06:08:48 +0200 |
commit | dd53cb380cc913ea1c2fa1a7df74c903adb2ef1a (patch) | |
tree | 7a0ca968a8c7b6e207d6dc440ab05fcc152bfad1 /doc/gawk.texi | |
parent | 7985a75ad0cd606794fac7ba662637372bd204a9 (diff) | |
download | egawk-dd53cb380cc913ea1c2fa1a7df74c903adb2ef1a.tar.gz egawk-dd53cb380cc913ea1c2fa1a7df74c903adb2ef1a.tar.bz2 egawk-dd53cb380cc913ea1c2fa1a7df74c903adb2ef1a.zip |
Minor improvement to doc on bracket expressions.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 32602505..f38eff49 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -5774,6 +5774,10 @@ they do not recognize collating symbols or equivalence classes. @end quotation @c maybe one day ... +Inside a bracket expression, an opening bracket (@samp{[}) that does +not start a character class, collating element or equivalence class is +taken literally. This is also true of @samp{.} and @samp{*}. + @node Leftmost Longest @section How Much Text Matches? |