Update examples

This commit is contained in:
Daniel Reger
2022-12-05 13:13:56 +01:00
parent 75587a904b
commit cdffaf86df
11 changed files with 25 additions and 28 deletions

View File

@@ -4,8 +4,8 @@
*
* -------------------------- PURPOSE ----------------------------------
* - Example to demonstrate various syntactical options for processing
* character strings as outlined in the respective ABAP cheat sheet.
* - Topics covered: creating strings and assigning values, chaining strings,
* character strings.
* - Topics covered: Creating strings and assigning values, chaining strings,
* string templates, concatenating/splitting/modifying strings, searching
* and replacing, regular expressions
*