SAP PRED FUNCTION MATCHES ABEXA
Get Example source ABAP code based on a different SAP table
This example demonstrates the predicate function
ABAP_SOURCE_CODE
DEMO CL_DEMO_MATCHES
ABAP_DESCRIPTION
The class checks the formal correctness of an entered e-mail address by comparing it with regular expressions.
The first regular expression checks for standard e-mail addresses without special characters, whereas the second regular expression performs a more lenient syntax check in accordance with RFC 822.
Even the second check, which uses a relatively simple regular expression for the example, is not always compatible with all e-mail addresses that would be possible in accordance with RFC 822.
The class