User Tools

Site Tools


syntax:functions:in

This is an old revision of the document!


In(value, values, separator)

Returns either TRUE or FALSE depending on whether a value is present in a list of values which is a text string, delimited by separator.

Values in the delimited string are always considered text, even if they look like a number. First argument is implicitly converted to text. Separator value may contain more than 1 character.

Example Result
in('A', 'a;aa;AAA', ';') FALSE

See also

syntax/functions/in.1466436231.txt.gz · Last modified: 2016/06/20 11:23 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki