Common Tactic - a catch-all regex
Char = .
%%
{...} { ... }
{...} { ... }
...
{Char} { ... }
Put the regular expression for a single character
as the last rule. Thus, this rule will be matched
only if no other rule matches.
Previous slide
Next slide
Back to first slide
View graphic version