syntax:functions:contains
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syntax:functions:contains [2015/04/03 10:49] – dmitry | syntax:functions:contains [2021/08/14 21:59] (current) – [Examples] craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Contains(textA, textB) ====== | + | ====== Contains(text, look_for) ====== |
| + | Category: | ||
| - | A search | + | \\ |
| + | =====Description===== | ||
| + | This function | ||
| - | It returns TRUE if //textA// contains the other text string //textB//, otherwise it returns FALSE. This function is case sensitive. | + | \\ |
| + | =====Arguments===== | ||
| + | ^Argument^Type^Description^ | ||
| + | |text|Text|The text value to search within for the //look_for// string.| | ||
| + | |look_for|Text|The | ||
| - | ^ Example | + | **Return value type:** Boolean |
| - | | contains( '2014/09/ | + | |
| - | | contains( ' | + | |
| - | Examples using a field name: | + | \\ |
| + | =====Remarks===== | ||
| + | This function is case sensitive. | ||
| - | ^ Example | + | \\ |
| - | | contains([City], | + | =====Examples===== |
| - | | contains([City], | + | |
| + | contains(' | ||
| - | === See also === | + | contains(' |
| - | * [[syntax: | + | |
| - | * [[syntax: | + | contains(' |
| - | * [[syntax: | + | |
| + | contains([Mtn_Name],' | ||
| + | |||
| + | contains([Mtn_Name], | ||
| + | |||
| + | For "per row" matching between two columns, field names can be used for both //text// and // | ||
| + | |||
| + | |||
| + | \\ | ||
| + | ===== See also ===== | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
syntax/functions/contains.1428072568.txt.gz · Last modified: by dmitry