User Tools

Site Tools


syntax:functions:lower

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
syntax:functions:lower [2021/08/02 03:10] craigtsyntax:functions:lower [2021/08/14 22:18] (current) – [Examples] craigt
Line 24: Line 24:
 =====Examples===== =====Examples=====
  
-  lower('Customer Service''customer service' +  lower('Customer Service'//Returns 'customer service' 
-  lower('IN ALL CAPS''in all caps' + 
-  lower([Industry]) 'energy'  //Using a field name; [Industry] = 'Energy' +  lower('IN ALL CAPS'//Returns 'in all caps' 
-  lower([YourIndustry]) = lower([MyIndustry])  //Case insensitive comparison between two fields+ 
 +  lower([Industry]) //Returns 'energy'  (Using a field name; [Industry] = 'Energy'
 + 
 +  lower([YourIndustry]) = lower([MyIndustry])  (Case insensitive comparison between two fields)
  
  
 \\  \\ 
 ===== See also ===== ===== See also =====
 +  * [[syntax:functions:proper|Proper(text)]]
   * [[syntax:functions:upper|Upper(text)]]   * [[syntax:functions:upper|Upper(text)]]
syntax/functions/lower.txt · Last modified: 2021/08/14 22:18 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki