Hi there,
How can I just keep the numbers ina certain string, for example:
address = "Maistraße 37" or address = "64 Redemarsh"
On the first example I want to get 37 and the on the second 64, is this possible using the trim function? if yes, how? or is there any other way?
Thanks in advance.
Susana