User Tools

Site Tools


syntax:functions:find

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:find [2021/08/02 00:13] craigtsyntax:functions:find [2021/08/14 22:04] (current) – [Examples] craigt
Line 25: Line 25:
 =====Examples===== =====Examples=====
  
-  find('New York', 'York'+  find('New York', 'York'//Returns 5 
-  find('New York', 'New'+ 
-  find('New York', 'Dallas'+  find('New York', 'New'//Returns 1 
-  find('New York New York', 'York'= 5  //Returns the position of the first instance only + 
-  find('New York', 'new'= 0  //Unmatched due to case +  find('New York', 'Dallas'//Returns 0 
-  find([City], 'Ant'= 5  //Using a field name; [City] = 'San Antonio' + 
-  find(1200, 2) = 2  //Numeric values are converted to text implicitly+  find('New York New York', 'York') //Returns 5  (Returns the position of the first instance only
 + 
 +  find('New York', 'new') //Returns 0  (Unmatched due to case
 + 
 +  find([City], 'Ant') //Returns 5  (Using a field name; [City] = 'San Antonio'
 + 
 +  find(1200, 2) //Returns 2  (Numeric values are converted to text implicitly)
  
 \\  \\ 
syntax/functions/find.txt · Last modified: 2021/08/14 22:04 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki