S
Smokey Grindel
I basically need to remove any leading zeros and hyphens from a string...
regex seemed like the best rout and using a replace regex method... anyone
know of any good strings for this? The one I just made quick is ^0+|[-] but
not having much experience with regex, is this the correct one?
regex seemed like the best rout and using a replace regex method... anyone
know of any good strings for this? The one I just made quick is ^0+|[-] but
not having much experience with regex, is this the correct one?