Hello all,
I have a street address with house number in a string. Considering the fact that numbers always come before string.
E.g. 112 Main Street
I would like to use in built functions to get "112" from the string.
Any ideas which functions i can use?