Is it possible to use regexp as variables to do find and replace in sublime text?

Viewed 17329

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?

1 Answers
Related