towfiq (Mark Towfiq)
- Login: towfiq
- Email: towfiq@fathomsoft.org
- Registered on: 02/09/2011
- Last sign in: 02/09/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
02/09/2011
-
11:32 AM Ruby Bug #4044: Regex matching errors when using \W character class and /i option
- Yui NARUSE wrote:
> I think, current behavior is reasonable.
Perhaps there is a misunderstanding? The current behavior means that `\W` does not mean `[^A-Za-z0-9_]` in Ruby 1.9 in some cases. This is a basic functionality - if peopl...