abap:useful_regex
Useful regexes
* Trim trailing slash (useful for file path) p_fpath = replace( val = p_fpath regex = '/$' with = '' ).
abap/useful_regex.txt · Last modified: 2017/06/27 16:26 by ginko
* Trim trailing slash (useful for file path) p_fpath = replace( val = p_fpath regex = '/$' with = '' ).