contains
function
(includes)
The contains
action contains actions. It belongs to the logicfn category within the system area.
Action Syntax
contains "text"
A quoted text string
contains $variable
A variable name starting with $
contains 123
A numeric value
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = contains
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = contains "text"
Action code: 963979605
Version: 0.6.4
Last updated: 2025-06-13