in reply to Re: Stupid regex question - numerics
in thread Stupid regex question - numerics
Also note that your regexp doesn't match .123. But it does match ٦৬६.
1The square brackets don't add anything to the readability. Furthermore, pre-5.10, character classes consisting of a single character are significantly slower than using said character directly (many optimizations won't happen if there's a character class).
|
|---|