Checks if two strings are equal or one includes the other.
true if str1 and str2 are equal or one includes the other
str1
str2
Generated using TypeDoc
Checks if two strings are equal or one includes the other.
Returns
true if
str1
andstr2
are equal or one includes the other