I have a string ":11968092 Brigade Road Area Cox Town Hall st.12 block2" which i need to split based on matching characters:

:11968092 Brigade Road Area Cox Town Hall st.12 block2

I need to split this as below based on matching characters like 'Area','Town','st.' and 'block'

:11968092
Brigade Road Area
Cox Town Hall
st.12
block2

Please let me know how can i do this. I will be thankful for the support.