Hi I have a test box where the user enters an address. I would like to know how to parse that string and display it.

Ex. User Inputs: 22 Blah Street West

Output:
Street Number: 22
Street Name: Blah
Street Type: Street
Street Direction: West

I know its something to do wth the Substring but I can't seem to figure it out how to seperate the string into these categories.

Thanks for your help.