has_mul_sub_str#
- langchain_community.vectorstores.starrocks.has_mul_sub_str(s: str, *args: Any) bool [source]#
Check if a string has multiple substrings. :param s: The string to check :param *args: The substrings to check for in the string
- Returns:
True if all substrings are present in the string, False otherwise
- Return type:
bool
- Parameters:
s (str) –
args (Any) –