Difference between revisions of "UCFIRST()"

From Lianjapedia
Jump to: navigation, search
 
Line 21: Line 21:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:String Data]]
 
 
[[Category:String Data Functions]]
 
[[Category:String Data Functions]]

Latest revision as of 07:00, 4 February 2013

Purpose

Function to convert words to lower case with the first character in upper case

Syntax

UCFIRST(<expC>)

See Also

ISUPPER(), ISLOWER(), LEN(), LOWER(), PROPER(), STREXTRACT(), STRTOLOWER(), STRTOUPPER(), SUBSTR(), TRIM(), UPPER()

Description

The UCFIRST() function converts the first character of the specified <expC> to upper case and the remaining characters of the word to lower case.

Example

? ucfirst("this is THE title")
This Is The Title

Products

Lianja Server, Lianja