SAP REGEX - Syntax

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Syntax of Regular Expressions
The syntax of regular expressions distinguishes the following cases:
Single character patterns
Character string patterns
Search patterns
Replace patterns
Simplified regular expressions
Using the syntax for single characters and character strings, regular expressions can be created that match whole character strings or substrings of character strings. The syntax for find and replace offers some additional elements that support the finding and replacement of substrings in character strings.
The special characters that are valid in regular expressions are summarized in:
Special Characters in Regular Expressions