Sublime Forum

Increase all numbers in a text

#1

Hello everyone, I have a code and I need to increase all numerical values, do you know how I could do it automatically? (With a Plugin or something)
e.g:
Find What:
double=“65”/>
double=“12”/>

Replace With:
double=“67”/>
double=“14”/>

Thanks.

0 Likes