You are viewing documentation for pre-release version v1.13.x (beta). View latest version.
strcontains function checks whether a substring is within another string.
strcontains
strcontains(string, substr)
> strcontains("hello world", "wor") true > strcontains("hello world", "wod") false
On this page: