User Tools

Site Tools


syntax:functions:contains

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:contains [2015/04/03 10:25] elenapsyntax:functions:contains [2015/04/03 10:45] elenap
Line 1: Line 1:
 ====== Contains(textA, textB) ====== ====== Contains(textA, textB) ======
  
-A search function that is used to check if a string of text (//textA//or a field (//FieldName//contains specific text (//textB//)+A search function that is used to check if a string of text //textA// or a field //FieldName// contains specific text //textB//
  
-True if the first text string (//textA//contains the other text string (//textB//). Case sensitive. +True if the first text string //textA// contains the other text string //textB//. Case sensitive. 
  
 ^  Example  ^  Result  ^ ^  Example  ^  Result  ^
Line 9: Line 9:
 | contains( 'Canada', 'CAN' )  |  FALSE | | contains( 'Canada', 'CAN' )  |  FALSE |
  
-To use with a field (i.e. column), when FieldA = city:+To use with a field, when FieldA = city:
  
 ^  Example  ^  FieldA  ^  Result  ^   ^  Example  ^  FieldA  ^  Result  ^  
syntax/functions/contains.txt · Last modified: 2021/08/14 21:59 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki