Skip to content
Cregrant edited this page Jun 10, 2023 · 1 revision

[GOTO]

Always goes to the rule with the specified name.

  • GOTO: the name of a rule from which the patch will continue to run

Examples

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]