You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operators can be overwritten with custom ones, if desired. Note that it's easy to break stuff by doing that.
99
-
You may want to set a different `$priority` when registering a token. `::registerToken($type, $regex, $priority)`. Take a look at `Tokenizer::__construct()` for more info.
97
+
## Redefine Tokens
98
+
Tokens can be customized, if desired. Note that it's very easy to break stuff by doing that, if you have colliding regular expressions.
99
+
You may want to set a different `$priority` when registering a token: `::registerToken($type, $regex, $priority)`
100
+
(take a look at `Tokenizer::__construct()` for more info).
0 commit comments