In-pattern frontier expression
A kind of special that
matches the empty string S
where
- the character immediately before S is not in the
CLASSand - the character immediately after S is the given
CLASS.
@startebnf
!theme plain
FRONTIER = "%f", "[", {CLASS}-, "]";
@endebnf
where CLASS is the in-pattern class.