| 113 |
something other than just ASCII characters) inside a group that had an |
something other than just ASCII characters) inside a group that had an |
| 114 |
unlimited repeat caused a loop at compile time (while checking to see |
unlimited repeat caused a loop at compile time (while checking to see |
| 115 |
whether the group could match an empty string). |
whether the group could match an empty string). |
| 116 |
|
|
| 117 |
|
20. Debugging a pattern containing \p or \P could cause a crash. For example, |
| 118 |
|
[\P{Any}] did so. (Error in the code for printing property names.) |
| 119 |
|
|
| 120 |
|
|
| 121 |
Version 7.2 19-Jun-07 |
Version 7.2 19-Jun-07 |