#HELP ME..............................
-
I want change this:
“priceMax”:2.1}"
“priceMax”:1.1}"
“priceMax”:3.1}"To this:
“priceMax”:0.1}"
“priceMax”:0.1}"
“priceMax”:0.1}"THANK YOU
-
If you really have smart quotes in your data (doubful, but it’s what you posted):
- FIND =
“priceMax”:\K\d+\.\d+ - REPLACE =
0.1 - SEARCH MODE = regular expression
- REPLACE ALL (because of \K, single replacement won’t work as expected)
If you actually have ASCII quotes in the data
- FIND =
"priceMax":\K\d+\.\d+ - everything else the same
-—
Useful References
- FIND =
-
This post is deleted! -
This post is deleted! -
E ELIOT deleted this topic on
-
P PeterJones restored this topic on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login