Need some help here, please
-
<resource name="dirt" title="%EarthT" desc="%EarthD" file="gfx\level_tiles\craft_res\craft_dirt_01" build="dirt" application="mining" properties="wall" shop_count="10" shop_cost="1" pak="" /> <resource name="sand" title="%SandT" desc="%SandD" file="gfx\level_tiles\craft_res\craft_send_01" build="sand" application="mining" properties="wall" shop_count="5" shop_cost="1" pak="" />I have tis XML file and I want to replace all shop_count values to the same number. but have no idea how to search and replace them.For example, I would like to search for shop_count=“any number” and replace it with shop_count=“10”. Is it possible to search this way?
-
find:
shop_count="\d+"
repl:shop_count="10"
mode: Regular expression -
Thank you!
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