Using regex: Is it possible to use regexp as variables to do find and replace in sublime text? on newest questions tagged regex – Stack Overflow
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?
See Answers
source: http://stackoverflow.com/questions/11491954/is-it-possible-to-use-regexp-as-variables-to-do-find-and-replace-in-sublime-text
Using regex: using-regex
Recent Comments