I have productID="ab1002" which is in string format.
productID is not always start with ab it might be xy,ptz.So i want to split the numeric part of ID and increase by 1.
means
string productID="ab1002";
want a result
string newProductID="ab1003";
How to get this.thanks for help.
I have productID=ab1002 which is in string format. productID is not always start with
Share
To remove the characters: