steve4king
IS-IT--Management
This seems like it should be pretty simple using indexof and a looping until end of string.
My input will be a string value pasted into a text box that will look something like this:
I need to be able to pull out all of those eight digit numbers. However.. I'm not sure how to identify those, they may not have a leading or trailing space, they may have a space, tab or comma delimiter.
Any ideas?
Thanks!
-Stephen
My input will be a string value pasted into a text box that will look something like this:
Code:
Here's some of the items I was talking about Jamie.
10012345
10012346, 10013417
10012348,10012349
Can you fix those for me?
Thanks,
Jim
I need to be able to pull out all of those eight digit numbers. However.. I'm not sure how to identify those, they may not have a leading or trailing space, they may have a space, tab or comma delimiter.
Any ideas?
Thanks!
-Stephen