User Tools

Site Tools


syntax:functions:proper

This is an old revision of the document!


Proper(text_value)

Converts text_value to the proper case, i.e. first letter becomes uppercase, others become lowercase.

Note that abbreviations always remain uppercase. To convert a text with abbreviations to the proper case, make it lowercase first.

Example Result
proper('hey Jude') Hey Jude
proper('back to the USSR') Back To The USSR
proper(lower('UPPER CASE TEXT')) Upper Case Text

See also

syntax/functions/proper.1516196311.txt.gz · Last modified: 2018/01/17 08:38 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki