in reply to Re: Regex: find all trailing numerical digits in a string
in thread Regex: find all trailing numerical digits in a string
Well you really don't even need parens if you can live with $& or substr( $str, $-[0], $+[0] - $-[0] ) . . . </nit> :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Regex: find all trailing numerical digits in a string
by osunderdog (Deacon) on Dec 06, 2004 at 19:49 UTC | |
by dragonchild (Archbishop) on Dec 06, 2004 at 19:53 UTC | |
by Fletch (Bishop) on Dec 06, 2004 at 20:36 UTC |