How can i get a specific number on a sentence

I have this adresse per example :
6 AV ROBERT SOLEAU06600 ANTIBES

06600 : is the postal code (variable)
ANTIBES : is the city (variable)

in my process this adress will change, but the number that compose the postal code is always the same, so i need know how can i do to take in this variable sentence a group of number composed of 5 numbers and after that take the name after that groupe of 5 numbers

image

@Soudios

Check below for the Regex

For City use below Regex
image

For Postal Code if it is fixed to 5

image

Hope this may help you

Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.