Function fcase()

← Back to Module string



Module string → fcase()

Description

Uppercase the first character of each word in a string

fcase(s)


Parameters


Return Value


Usage Example

fcase("hello world")   ' Returns "Hello World"
fcase("HELLO WORLD")   ' Returns "Hello World"