CenterView Help
contains
Function: contains()
Returns true (1) if a string contains another string.
Syntax
contains(string, stringToLookFor)
Examples
contains("Hello CenterView", "Cent")
contains() finds a match and returns 1.
contains("Hello CenterView", "cent")
contains() does not find a match and returns 0.
See Also
Please let us know if we could improve this page feedback@phixflow.com