-
Notifications
You must be signed in to change notification settings - Fork 1
GOTO
Cregrant edited this page Jun 10, 2023
·
1 revision
Always goes to the rule with the specified name.
- GOTO: the name of a rule from which the patch will continue to run
The MATCH_REPLACE
rule will never be executed:
[GOTO]
GOTO:
end
[/GOTO]
[MATCH_REPLACE]
TARGET:
res/layout/*
MATCH:
f
REGEX:
false
REPLACE:
j
[/MATCH_REPLACE]
[DUMMY]
NAME:
end
[/DUMMY]