Needed to change the first character in a two-digit number series. Using Grep in TextWrangler did the job!
Find ^ *[1]
Replace 2
Another example
Find (/?)song_number = 16
Replace song_number = 17
Needed to change the first character in a two-digit number series. Using Grep in TextWrangler did the job!
Find ^ *[1]
Replace 2
Another example
Find (/?)song_number = 16
Replace song_number = 17