Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: Getting Adress numbers.

$
0
0

Hi Ronaldo,

 

Please split the street as suggested by Paul Bakker.

 

Add the below code after splitting to replace characters with space.

Check lv_street_1 and lv_street_2 after executing below statements.

 

REPLACE ALL OCCURRENCES OF REGEX '[^\d]' IN lv_street_1 WITH ''.

REPLACE ALL OCCURRENCES OF REGEX '[^\d]' IN lv_street_2 WITH ''.




Thanks.


Viewing all articles
Browse latest Browse all 9091

Trending Articles