Difference between revisions of "UCFIRST()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to convert words to lower case with the first character in upper case
 
Function to convert words to lower case with the first character in upper case
 
  
 
==Syntax==
 
==Syntax==
 
UCFIRST(<expC>)
 
UCFIRST(<expC>)
 
  
 
==See Also==
 
==See Also==
 
[[ISUPPER()]], [[ISLOWER()]], [[LEN()]], [[LOWER()]], [[PROPER()]], [[STREXTRACT()]], [[STRTOLOWER()]], [[STRTOUPPER()]], [[SUBSTR()]], [[TRIM()]], [[UPPER()]]  
 
[[ISUPPER()]], [[ISLOWER()]], [[LEN()]], [[LOWER()]], [[PROPER()]], [[STREXTRACT()]], [[STRTOLOWER()]], [[STRTOUPPER()]], [[SUBSTR()]], [[TRIM()]], [[UPPER()]]  
 
  
 
==Description==
 
==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.
 
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==
 
==Example==
Line 20: Line 16:
 
This Is The Title
 
This Is The Title
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 10:17, 12 December 2012

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