Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15579 > unrolled thread
| Started by | Oğuz <oguzismailuysal@gmail.com> |
|---|---|
| First post | 2019-11-09 07:35 +0300 |
| Last post | 2019-11-09 07:35 +0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: quote removal issues within character class Oğuz <oguzismailuysal@gmail.com> - 2019-11-09 07:35 +0300
| From | Oğuz <oguzismailuysal@gmail.com> |
|---|---|
| Date | 2019-11-09 07:35 +0300 |
| Subject | Re: quote removal issues within character class |
| Message-ID | <mailman.1058.1573274136.13325.bug-bash@gnu.org> |
is correct, as "foo" does not contain a ']' which would be required > to match there (quoting the ':' means there is no character class, > hence we have instead (the negation of) a char class containing '[' ':' > 'l' 'o' 'w' 'e' ';r' (and ':' again), preceded by anything, and > followed by ']' and anything. foo does not match. f]oo would. > where exactly is this documented in the standard?
Back to top | Article view | gnu.bash.bug
csiph-web