*/ class TokenComma implements InterfaceToken { /** * @return string */ public static function getRegex() { return '\,'; } }