Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
DEPRECATED - use ^value(capitalize())^. See ^value^, capitalize().
^capitalize( data )^
This text transform "filter" evaluates and transforms the data argument, by capitalizing the first letter of each word.
^capitalize(an example)^ outputs An Example
For note "a sample note"
^capitalize(^value($Name^)^ outputs A Sample Note
Characters other than the first in each word aren't touched.
^capitalize(aN exaMple)^ outputs AN ExaMple
In the latter case you may need to lowercase the string first.