sapdev logo background
sapdev logo sapdev logo
Comments

SAP REGULAR EXPRESSION GLOSRY documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

regular expression
A pattern of literal and special characters that describes a set of character strings. The use of regular expressions in text searches locates one or more occurrences of the character strings represented by the expression. A search using a regular expression is more powerful than a search for a simple character string, since the regular expression represents a greater (potentially infinite) number of character strings and searches for them in parallel. In ABAP, regular expressions can be used in the statements FIND
and REPLACE , as arguments in certain predefined functions , and in the classes CL_ABAP_REGEX and CL_ABAP_MATCHER .
ABAP_MORE_INFO
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




REGULAR_EXPRESSIONS
RELATIONAL_DATABASE_GLOSRY




comments powered by Disqus