User Tools

Site Tools


abap:useful_regex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

abap:useful_regex [2017/06/27 11:42] – created ginkoabap:useful_regex [2017/06/27 16:26] (current) ginko
Line 1: Line 1:
 ====== Useful regexes ====== ====== Useful regexes ======
-<code abap>* Trim trailing slash+<code abap>* Trim trailing slash (useful for file path)
 p_fpath = replace( val = p_fpath regex = '/$' with = '' ).</code> p_fpath = replace( val = p_fpath regex = '/$' with = '' ).</code>
abap/useful_regex.txt · Last modified: 2017/06/27 16:26 by ginko