W
William Ryan
How do I ignore something that's part of what I want to find. For
instance..I have this string [33333333]
I have a regex \]\d*\] to find the whole thing. However, I don't want to
have either of the brackets returned..I want my return value to be 33333333
not [33333333].
Our resident regex guru is out on vacation and I'm stumped.
Thanks,
Bill
instance..I have this string [33333333]
I have a regex \]\d*\] to find the whole thing. However, I don't want to
have either of the brackets returned..I want my return value to be 33333333
not [33333333].
Our resident regex guru is out on vacation and I'm stumped.
Thanks,
Bill