Which Regex flavor does Xbench use?

Xbench uses POSIX ERE flavor with two “syntactic sugar” exceptions:

  • < and > are word delimiters as syntactic sugar (instead of [:<:] and [:>:]).
  • Classes can be specified directly (for example [:digit:] ), instead of enclosed in a set ([[:digit:]]).