S
scott
I have a string like 1.0.1 that I need to increase the last digit to 1.0.2
for example.
How can I isolate the last digit after the 2nd period in a string like
"1.0.1"?
for example.
How can I isolate the last digit after the 2nd period in a string like
"1.0.1"?