S
schuurke28
the result must be 'B'
other examples:
alphastreet 33
result -> 33
block 33B
result ->33B
new street 22 C
result ->C
In fact i have to have the number of the address, if i can extract th
last space then i could go looking for the last numeric value in th
string. All chars after the numeric value are also part of th
number.
The final result must be:
alphastreet 33
result -> 33
block 33B
result ->33B
new street 22 C
result ->22 C
If i get the solution for the first problem then it should be n
problem for me to get the final solution
other examples:
alphastreet 33
result -> 33
block 33B
result ->33B
new street 22 C
result ->C
In fact i have to have the number of the address, if i can extract th
last space then i could go looking for the last numeric value in th
string. All chars after the numeric value are also part of th
number.
The final result must be:
alphastreet 33
result -> 33
block 33B
result ->33B
new street 22 C
result ->22 C
If i get the solution for the first problem then it should be n
problem for me to get the final solution