
KevinR
Veteran

Oct 15, 2003, 10:08 PM
Post #3 of 8
(616 views)
|
|
Re: [toshesh] a useful regular expression
[In reply to]
|
Can't Post
|
|
that will work for a single number of any number of digits, 2, 89, 3452, etc, but will not work for several numbers contained in the same string. I can't think of a simple way using only a pattern match/substitution to do this for all digits/numbers 1 thru 25 in the same string. I might be possible, but I just can't think how. -------------------------------------------------
|