F
fjghny
Hi, I have a question about wildcard searches. I am trying to find all numbers followed by a parenthesis and a space and replace them with nothing. So, in other words, numbers like this:
20)
I've been trying variations of the following:
<[0-9]{1,2}>[(\) )]
but nothing seems to give me quite what I want. Can anyone help? Thanks in advance for any information.
20)
I've been trying variations of the following:
<[0-9]{1,2}>[(\) )]
but nothing seems to give me quite what I want. Can anyone help? Thanks in advance for any information.