Expression::parse()
Splits a comparison string into an array of expressions and operators
Expression::parse()
has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
Expression::parse(string $string): array
Parameters
Name | Type | Default |
---|---|---|
$stringrequired | string |
no default value |
Return type
array