[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: quote removal issues within character class
From: |
Oğuz |
Subject: |
Re: quote removal issues within character class |
Date: |
Sat, 9 Nov 2019 07:35:16 +0300 |
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?
- quote removal issues within character class, Oğuz, 2019/11/08
- Re: quote removal issues within character class, Robert Elz, 2019/11/08
- Re: quote removal issues within character class,
Oğuz <=
- Re: quote removal issues within character class, Robert Elz, 2019/11/09
- Re: quote removal issues within character class, Oğuz, 2019/11/09
- Re: quote removal issues within character class, L A Walsh, 2019/11/09
- Re: quote removal issues within character class, Andreas Schwab, 2019/11/09
- Re: quote removal issues within character class, Robert Elz, 2019/11/09
- Re: quote removal issues within character class, L A Walsh, 2019/11/09
- Re: quote removal issues within character class, Chet Ramey, 2019/11/13