User Tools

Site Tools


syntax:functions:find

This is an old revision of the document!


Find(text, string)

A search function that finds the position of specific text string in a [field] or in 'text'. First character has index 1.

The search returns 1 in each line the string is found in. If string is not found, the search returns 0. Both arguments are implicitly converted into text values, if required.

Example Result
find([city],'York') 0
find('Los Angeles', 'Los') 1

See also

syntax/functions/find.1427679871.txt.gz · Last modified: 2015/03/29 21:44 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki