# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsContainStrArr @Description: 字符串是否包含数组字符串中的某一项 like 匹配 @param strArr @param str @return bool.
IsHasStrArr @Description: 字符串是否包含数组字符串中的某一项 完全匹配 == @param strArr @param str @return bool.