Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 672 Bytes

File metadata and controls

23 lines (11 loc) · 672 Bytes

String Processing

Use the following classes to process strings:

  • CL_ABAP_[STRING|CHAR]_UTILITIES

    Provides auxiliary functions for string/character processing

  • CL_ABAP_CONV_CODEPAGE

    For code page conversion of strings/characters

  • CL_ABAP_[REGEX|MATCHER]

    For regular expression processing

    For more information about regular expressions, see the ABAP Keyword Documentation.

For more information about these classes, see their ABAP Doc comments in ABAP Development Tools (ADT).