Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: regarding removing special characters

$
0
0

Hi Rakesh,

 

Data : lv_field type string value 'ABC123a$'.

Replace REGEX '[A-Za-z0-9]'  in lv_field with ''.

lv_field contains $'.

 

The above statement replaces letters A,B...Z or a,b,..z or numbers 0,1,..9 with Space.

To remove speacial characters include backslash character before special character, like to remove / symbol precede it with \/.

 

Regards,

Ravikiran.K


Viewing all articles
Browse latest Browse all 3125

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>