public static bool IsQueryMarker(StringView text) { return(text.StartsWith(k_StartToken) && text.EndsWith(k_EndToken)); }