DocumentationLanguagefunctionsStrcontainsstrcontains Function strcontains function checks whether a substring is within another string. strcontains(string, substr) Examples > strcontains("hello world", "wor") true > strcontains("hello world", "wod") falseStartswithStrrev