Transform the first letter of a string to uppercase or the first letter of each word, and optionally lowercase uppercase characters.
UCFirst(string=[string], doAll=[boolean], doLowerIfAllUppercase=[boolean])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
string |
string |
true |
The string to transform. | |
doAll |
boolean |
false |
Boolean flag indicating whether to transform the first letter of each word. | false |
doLowerIfAllUppercase |
boolean |
false |
Boolean flag indicating whether to lowercase uppercase characters. | false |
- Ascii
- CamelCase
- Char
- CharsetDecode
- CharsetEncode
- Compare
- CompareNoCase
- Find
- FindNoCase
- FindOneOf
- Insert
- JSStringFormat
- KebabCase
- LCase
- Left
- ListReduce
- LJustify
- LTrim
- Mid
- ParagraphFormat
- PascalCase
- QueryStringToStruct
- ReEscape
- ReFind
- reFindNoCase
- ReMatch
- reMatchNoCase
- RemoveChars
- RepeatString
- Replace
- ReplaceList
- ReplaceListNoCase
- ReplaceNoCase
- ReReplace
- reReplaceNoCase
- Reverse
- Right
- RJustify
- RTrim
- Slugify
- SnakeCase
- SpanExcluding
- SpanIncluding
- SQLPrettify
- StringBind
- StringEach
- StringEvery
- StringFilter
- StringMap
- StringReduce
- StringReduceRight
- StringSome
- StringSort
- StripCR
- Trim
- TrueFalseFormat
- UCase
- Val
- Wrap
- YesNoFormat