bool operator()(StringData v1, StringData v2, bool = false, bool = false) const { return v2.ends_with(v1); }