Hello,
Can anyone tell me the way to extract the number of the street. I have a string for example:
string = C/street name<b> 34</b> name....
string = Av. street name name <b>23-45</b> name3...
string = Plza. street name of name name... <b>39</b> name ...
and I need to find the number of the string.
The result would be:
1. 34
2. 23-45
3. 39