Notepad++ Regular Expression add up numbers

前端 未结 3 1242
一个人的身影
一个人的身影 2020-12-11 04:22

How do I sum or add a certain value to all those numbers? For example my goal is to increase all those numbers inside the \"\" with 100 but achieving that has been problemat

3条回答
  •  时光取名叫无心
    2020-12-11 05:01

    Regex doesn't support arithmentic and Notepad++ doesn't support any computation beyond regex, so you're stuck if you're limiting yourself to that tool. There are, of course, many other non-Notepad++ solutions, some of which are discussed in Math operations in regex.

提交回复
热议问题