Hi all,
What do you advice in order to capture the streetname and cityname in a single string with a dividing number between them as : Streetname 14 Cityname?
Is it posisble to find the word before and after a number with a regex/community.commons java action or so ?
A possibility:
1 - remove number
2- and seperate the words by a space...?