Hi All,
I want to make a script which will search for a sting having numbers and increment the found number.
Say, below is the text in the opened file
I can search for the "APP_VER" and also get the number "10.0.55", but can not find any Perl script or function to increment .55 to .56.
Please advise.
Regards,
Anand
I want to make a script which will search for a sting having numbers and increment the found number.
Say, below is the text in the opened file
Code: Select all
#define APP_VER "10.0.55"
#define APP_NAME "[AddonName]"
#define APP_TITLE "[AddonName]"
Please advise.
Regards,
Anand