abap:regex
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| abap:regex [2017/01/03 17:55] – ginko | abap:regex [2021/07/23 18:23] (current) – ginko | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * 0 si début de la chaine | * 0 si début de la chaine | ||
| * 1, n sinon | * 1, n sinon | ||
| + | |||
| + | ===== cl_abap_matcher ===== | ||
| + | |||
| + | **IMPORTANT** : Pour utiliser le matcher, il faut que la regex couvre tout le texte (genre commencer et finir par '' | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | <code abap> | ||
| + | | ||
| + | | ||
| + | |||
| + | IF abap_true = matcher-> | ||
| + | * erstes Match | ||
| + | WRITE: / matcher-> | ||
| + | * zweites Match | ||
| + | WRITE: / matcher-> | ||
| + | ENDIF.</ | ||
| + | |||
abap/regex.1483462524.txt.gz · Last modified: 2017/01/03 17:55 by ginko
