![SAP ABAP Advanced Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/552/36706552/b_36706552.jpg)
上QQ阅读APP看书,第一时间看更新
Chapter 4. Regular Expressions
In this chapter, we will see recipes related to regular expressions as used in ABAP. We will look at:
- Using regex as an IF statement
- Removal of characters from a string
- Converting date into internal date type
- Validation of format (telephone number)
- Removing repeated words from text string
- Inserting commas in an amount string
- Removing comments from program code
- Interpreting HTML stream