Hi,
How can I search exactly for f+ in the
'xcdf+fdfrfv' ?
I get right here sy-subrc 0 and its wrong.
I am searching for f+ and not for f
Regards
sas
DATA: moff TYPE i, mlen TYPE i, s type string. s = 'f+'. FIND REGEX s IN 'xcdfedfrfv' MATCH OFFSET moff MATCH LENGTH mlen.