Using Notepad++ I want to replace :
All strings like "pk": x
with "pk": x+1
where x is a positive number.
"pk": 42
would become "pk": 43
.
Is there a regex that can suit my needs ?
Using Notepad++ I want to replace :
All strings like "pk": x
with "pk": x+1
where x is a positive number.
"pk": 42
would become "pk": 43
.
Is there a regex that can suit my needs ?