includes
includes(
substring): (s) =>boolean
Defined in: Data/Str.ts:45
Returns true when the string contains the given substring.
Parameters
Section titled “Parameters”substring
Section titled “substring”string
Returns
Section titled “Returns”(s) => boolean