Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15579 > unrolled thread

Re: quote removal issues within character class

Started byOğuz <oguzismailuysal@gmail.com>
First post2019-11-09 07:35 +0300
Last post2019-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.


Contents

  Re: quote removal issues within character class Oğuz <oguzismailuysal@gmail.com> - 2019-11-09 07:35 +0300

#15579 — Re: quote removal issues within character class

FromOğuz <oguzismailuysal@gmail.com>
Date2019-11-09 07:35 +0300
SubjectRe: 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?

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web