mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-29 22:53:04 +02:00
use anonymous files for here-documents if available and the document size exceeds pipe capacity; fixes to build if multibyte characters are unavailable; fix potential overflow with extrememly long $'...' strings; fix for readline redisplay highlighting with a zero-length region
This commit is contained in:
+2
-2
@@ -1379,8 +1379,8 @@ special pattern characters where that's necessary.
|
||||
|
||||
The array variable @code{BASH_REMATCH} records which parts of the string
|
||||
matched the pattern.
|
||||
Bash unsets @code{BASH_REMATCH}
|
||||
before attempting the match, so if there is no match, it remains unset.
|
||||
Bash unsets each element of @code{BASH_REMATCH}
|
||||
before attempting the match, so if there is no match, it remains empty.
|
||||
The element of @code{BASH_REMATCH} with index 0 contains the portion of
|
||||
the string matching the entire regular expression.
|
||||
Substrings matched by parenthesized subexpressions within the regular
|
||||
|
||||
Reference in New Issue
Block a user