I have a string like "00Welcome", "0000To", "0STACKOVERFLOW", "NOW".
Given a NSString, how can i remove zeros from prefix.
I thought initially to go with CharacterAIndex, but looks like not a good idea.
I have just gone through the below link:
Most efficient way to iterate over all the chars in an NSString