contain contain
Checks if the second argument string is contained in the first argument string.
Category
String
Function syntax
contain(<parameters>)
Parameters
- string
Signature and returned type
contain(<string>,<string>)
Returns a boolean.
Example
contain("rowing is great", "great")
Returns true.
recommendation-more-help
8fe209f2-717b-4d36-904c-71a9532007af