langchain_community.vectorstores.myscale.has_mul_sub_str¶

langchain_community.vectorstores.myscale.has_mul_sub_str(s: str, *args: Any) bool[source]¶

Check if a string contains multiple substrings. :param s: string to check. :param *args: substrings to check.

Returns

True if all substrings are in the string, False otherwise.

Parameters
  • s (str) –

  • args (Any) –

Return type

bool