Hi experts,
I need to split a string into street, house number and supplement, for example:
"Hauptstr. 15 b" -> Street = Hauptstr, House number = 15, supplement = b
Does anyone have implemented this already and likes to share the Java code for UDF?
Thanks in advance
Stefan