]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20070606 snapshot
authorChet Ramey <chet.ramey@case.edu>
Wed, 7 Dec 2011 14:09:03 +0000 (09:09 -0500)
committerChet Ramey <chet.ramey@case.edu>
Wed, 7 Dec 2011 14:09:03 +0000 (09:09 -0500)
doc/bash.1
doc/bashref.texi

index 689de6a1e192ed0261b128e82e636580d93399c7..18c16ba0b74df1fc51b437d4669553d1774f31ae 100644 (file)
@@ -696,6 +696,8 @@ If the shell option
 .B nocasematch
 is enabled, the match is performed without regard to the case
 of alphabetic characters.
+Any part of the pattern may be quoted to force it to be matched as a
+string.
 Substrings matched by parenthesized subexpressions within the regular
 expression are saved in the array variable \fBBASH_REMATCH\fP.
 The element of \fBBASH_REMATCH\fP with index 0 is the portion of the string
index 3d301b4a53bdf56fa1510a901d7618f4076e5e25..63dfcee3d08384cac237ebc7730f39e2a4f13ac0 100644 (file)
@@ -974,6 +974,8 @@ If the shell option @code{nocasematch}
 (see the description of @code{shopt} in @ref{The Shopt Builtin})
 is enabled, the match is performed without regard to the case
 of alphabetic characters.
+Any part of the pattern may be quoted to force it to be matched as a
+string.
 Substrings matched by parenthesized subexpressions within the regular
 expression are saved in the array variable @code{BASH_REMATCH}.
 The element of @code{BASH_REMATCH} with index 0 is the portion of the string