Finding a string, and keeping the number...
Posted: Tue Apr 26, 2005 2:31 pm
Hello all,
If I have this:
test{123} or test{345}
I want to match the text and the braces, but preserve the numeric portion of the string.
so, my search would be:
test{[digit]}
but what would I put in the replace section? Whould I use a varable?
Thanks.
Pete
If I have this:
test{123} or test{345}
I want to match the text and the braces, but preserve the numeric portion of the string.
so, my search would be:
test{[digit]}
but what would I put in the replace section? Whould I use a varable?
Thanks.
Pete