SAP REGULAR EXPRESSIONS - Obsolete
Get Example source ABAP code based on a different SAP table
VERSION 5 IN
Obsolete Regular Expression Syntax
ABAP supports several
Using regular expressions in POSIX syntax leads to a warning from the syntax check that can be hidden by the pragma
The PCRE syntax is more powerful than the obsolete POSIX syntax. Furthermore, PCRE regular expressions generally perform better than the POSIX regular expressions supported by ABAP.