syntax:functions:lower
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syntax:functions:lower [2015/04/03 18:02] – elenap | syntax:functions:lower [2021/08/14 22:18] (current) – [Examples] craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Lower(text) ===== | + | ====== Lower(text) ====== |
| + | Category: | ||
| - | Returns | + | \\ |
| + | =====Description===== | ||
| + | This function returns | ||
| - | ^ Example | + | \\ |
| - | | lower(' | + | =====Use cases===== |
| + | This function can be used to perform a case-insensitive comparison of text values when the current case of the values are not known. | ||
| - | Example using a field name: | + | \\ |
| + | =====Arguments===== | ||
| + | ^Argument^Type^Description^ | ||
| + | |text|Text|The text value to convert to lowercase.| | ||
| - | ^ Example | + | **Return value type:** Text |
| - | | lower([Industry]) | + | |
| - | **See also** | + | \\ |
| - | * [[syntax: | + | =====Remarks===== |
| + | This function has no effect on numbers, symbols, or non-printing characters. | ||
| + | |||
| + | \\ | ||
| + | =====Examples===== | ||
| + | |||
| + | lower(' | ||
| + | |||
| + | lower(' | ||
| + | |||
| + | lower([Industry]) //Returns ' | ||
| + | |||
| + | lower([YourIndustry]) = lower([MyIndustry]) | ||
| + | |||
| + | |||
| + | \\ | ||
| + | ===== See also ===== | ||
| + | | ||
| + | * [[syntax: | ||
syntax/functions/lower.1428098539.txt.gz · Last modified: by elenap