antonyr (Antony Raj)
- Login: antonyr
- Registered on: 02/23/2016
- Last sign in: 02/23/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/23/2016
-
09:46 AM Ruby Bug #12103 (Rejected): ruby process hangs while executing regular expression.
- The following code hangs
~~~
regex = /(\((\w+([\p{Punct}\s]{,3}\w*)*)\))/i
detail = "(said companies being fictitous sellers"
detail =~ regex
~~~
However when I change {,3} to {1,3}, the code executes and moves on. Otherwise hangs