garethadams (Gareth Adams)
- Login: garethadams
- Email: gareth@kyanmedia.com
- Registered on: 01/10/2012
- Last sign in: 01/10/2012
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
01/10/2012
- 02:06 AM Ruby master Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- =begin
Thanks to investigation from #ruby-lang, It seems this issue only occurs with UTF-8 strings
ruby-1.9.2-p2... - 01:46 AM Ruby master Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- I've now also seen at least one report that this doesn't affect 1.9.3p0 (win32)
- 01:40 AM Ruby master Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- =begin
As a simpler test case:
> "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".scan /[\W]/i
=> ... - 01:25 AM Ruby master Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
- =begin
The following replacement, which should do nothing, has removed the upper- and lower-case "K"s and "S"s from ...
Also available in: Atom