Capitalizes the first letter of all words in a sentence.
numero = 215[Capitalize]Some Text that contains upper- and lower case letters[/Capitalize][Capitalize]HI THERE[/Capitalize][Capitalize]this is my 1st time at bat[/Capitalize][Capitalize]a of on at the in or[/Capitalize]In the examples above, the displayed text will beSome Text That Contains Upper- And Lower Case LettersHi ThereThis Is My 1st Time At BatA Of On At The In OrYou can use this context to display user-entered text (such as first and last names) so they look more consistent, regardless of how the user typed them. [capitalize]Any Text[/capitalize]
[capitalize]Some Text that contains upper- and lower case letters[/Capitalize]
[capitalize]HI THERE[/Capitalize]
[capitalize]this is my 1st time at bat[/Capitalize]
[capitalize]a of on at the in or[/Capitalize]
DOWNLOAD WEBDNA NOW!
A list of the currently available modules...
F.A.QA compilation of some user's questions...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA LibrariesA list of available libraries for WebDNA...
Tips and TricksA list of user-submitted tips ...
Changes all upper case letters to lower case...
[function]This context enables the WebDNA programmer to call a previously defined block of WebDNA code...
[listfields]Lists all the fields in the specified database...
[deletefile]Deleting a file from your website...
[redirect]...
[xslt]The [xslt] Context allows the WebDNA programmer to 'apply' an XSL style sheet to an XML document and thus 'transform' the XML data into any format the programmer desires (usually HTML)...