Return the token that matches the media operator found.
static int matchMediaOperator(String text, int offset, int length) => matchList(MEDIA_OPERATORS, 'type', text, offset, length);