SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Processing Internal Data → Character String and Byte String Processing → Expressions and Functions for String Processing → String Functions → Processing Functions for Character-Like Arguments →match - Match Function
The match function returns a subfield of a character-like argument that matches a regular expression.
Syntax
... match( val = text regex = regex [case = case] [occ = occ] ) ...
Effect
The match function scans text for the matches (specified in occ) with the regular expression (specified in regex) and returns the substring found. The search is case-sensitive by default, but this can be overridden using the parameter case.
The return code has the type string.
Example
Refer to string functions, count, find, and match.
Catchable Exceptions
CX_SY_REGEX_TOO_COMPLEX
CX_SY_STRG_PAR_VAL