D
DevDave
Does anyone know of a quick method to extract just the numeric portion
of a string without looping through each character?
For instance:
674h23i -> 67423
23-112 -> 23112
87 (21) -> 8721
Thanks,
David
of a string without looping through each character?
For instance:
674h23i -> 67423
23-112 -> 23112
87 (21) -> 8721
Thanks,
David