You are viewing documentation for version v1.12.x. View latest version.
The strcontains function searches for a substring within a string.
strcontains
strcontains(string, substr)
> strcontains("hello world", "wor") true > strcontains("hello world", "wod") false
On this page: