Hi, I got a String that is composed of digits, white space, numbersand other characters.Example: 03... London (first two digits of post code, plus 3 dots forthe remaining digits).I want to go through the String and search for the first occurrence ofa letter (A-Za-Z).Then I want the String from this point on, excluding the "post codeString" containing only numbers, whitespace and dots.The class String seems to have a "split(regex) function, but thisdidn't work for me.Any idea how this could be done?Thanks in advance,Christine
|
|
0
|
|
|
|
Reply
|
Dooing (41)
|
9/6/2007 5:52:55 PM |
|