Hi all, I am on Build 4113 and am trying to do a RegEx Find and Replace.
I have a json document with multiple lines:
“line 1”: 3
“line 2”: 3
“line 3”: 261
“line 4”: 267
“line 5”: 320
I basically want to change all of the values to 3, and have the following regex (?<=":\s)\d+
in my Find Field, which accurately selects the number values, and I want to replace them all with 3. For some reason when I try this it wraps back to the top and does not let me replace them.
I know that I have done this before with Sublime, I am just not sure why it is not working now… Any thoughts?