I have a regexp search that looks like this:
'\d*.\d*, \d*.\d*'
I want to change the ' and the ,, but keep the d*. Is this possible in sublime text? If not, what's the easiest way to do this?
I have a regexp search that looks like this:
'\d*.\d*, \d*.\d*'
I want to change the ' and the ,, but keep the d*. Is this possible in sublime text? If not, what's the easiest way to do this?