Skip to content

Commit

Permalink
REGEX to PCRE
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink committed Sep 22, 2023
1 parent ee4196b commit 442514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z_generate_repo.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ CLASS lcl_generator IMPLEMENTATION.
REPLACE ALL OCCURRENCES OF '_APP_%-VALU_PUSH' IN element_name WITH ``.
REPLACE ALL OCCURRENCES OF '-LOW' IN element_name WITH ``.

FIND FIRST OCCURRENCE OF REGEX element_name IN TABLE hidden_elements ##REGEX_POSIX. "or line exists
FIND FIRST OCCURRENCE OF PCRE element_name IN TABLE hidden_elements. "or line exists
IF sy-subrc = 0.
screen-active = 0.
MODIFY SCREEN.
Expand Down

0 comments on commit 442514e

Please sign in to comment.