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

Re: issue with find operation when searching character strings

$
0
0

Try with below,

V_VALUE  ' ABC DEFG HIJK JKLM NOPQ RST'.

 

FIND REGEX '\bRST\b' IN V_VALUE.

 

IF SY-SUBRC = 0.

  WRITE 'matched'.

ENDIF.

Hope this helps.


Viewing all articles
Browse latest Browse all 3017

Trending Articles



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