Content update

This commit is contained in:
danrega
2023-03-03 17:00:54 +01:00
parent 7d289051ea
commit 053dd026ad

View File

@@ -1727,7 +1727,7 @@ CLASS zcl_demo_abap_string_proc IMPLEMENTATION.
DATA str_tab_reg_find TYPE string_table.
DATA(matcher_2) = cl_abap_regex=>create_pcre( pattern = 'A(.*?)B(.*?)C(.*?)'
ignore_case = abap_false )->create_matcher( text = 'AzyBxwvCutsr' ).
ignore_case = abap_false )->create_matcher( text = 'AzyBxwvCuDtsErq' ).
IF matcher_2->match( ).
DO.