FIND

From AgileApps Support Wiki
Revision as of 23:40, 25 August 2009 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The FIND function returns the starting character number of a search string within a specified target string. Optionally, a character number can be specified, which defines the character from which to start. If the character number is not specified, then the search starts from the first character of the string.

Syntax
FIND(string, searchString, start)
Return
Number
Example
FIND('street', '123 Maple Street') = 11