kugel (Thomas Martitz)
- Login: kugel
- Email: thomas.martitz@student.htw-berlin.de
- Registered on: 06/06/2009
- Last sign in: 06/06/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/06/2009
-
12:58 AM Ruby Bug #1572 (Rejected): Regex range: upper range limit apparently not applied on digit matching
- =begin
I have this regex /fs[# ]{0,2}[\d]{3,6}/
Out of array = ["FS#", "FS#10048", "within a fs#10048 sentence", "fs# 9919", "fs100", "fs wow", "fs 1", "fs#132929921 "] it matches the array[1], array[2], array[3], array[4] and arra...