Getting substring by regex #2

  • Follow


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


0 Replies
118 Views

(page loaded in 0.039 seconds)

Similiar Articles:







7/20/2012 3:22:47 PM


Reply: