Currently, this module only allows adding definitions by adding TokenDefn objects. TokenDefn constructor has this line:
$this->regex = sprintf('%s^%s%s%s', $delimiter, $regex, $delimiter, $modifiers);
Sometimes, you don't want to add ^ into your expression. There should be a way to insert regex token only by giving it regex(string) and token name.