Class constructor
array $sequences Allowed characters sequences:
bool $handleEncoding True to handle encoding when matching:
function __construct($sequences, $handleEncoding = false) { $this->handleEncoding = $handleEncoding; foreach ($sequences as $s) { $this->add($s); } }