b:format

<b:format.funtion>...</b:format.funtion>

Formats the contents inside the tag in a given way

b:format tags

b:format.trim

<b:format.trim>...</b:format.trim>
Removes all white spaces from the beginning and the end

b:format.condense

<b:format.condense>...</b:format.condense>
Removes white spaces between > and < characters.

b:format.substring

<b:format.substring>...</b:format.substring>
Outputs a portion of content.

b:format.date

<b:format.date>...</b:format.date>
Converts the given time stamp to a human readable date

b:format.removehtml

<b:format.removehtml>...</b:format.removehtml>
Removes HTML from the content

b:format.makehtml

<b:format.makehtml>...</b:format.makehtml>
Converts content into HTML

b:format.lowercase

<b:format.lowercase>...</b:format.lowercase>
Converts all characters to lowercase

b:format.uppercase

<b:format.uppercase>...</b:format.uppercase>
Converts all characters to uppercase

b:format.capitalize

<b:format.capitalize>...</b:format.capitalize>
Converts the first characters in a word to upper case

b:format.urldecode

<b:format.urldecode>...</b:format.urldecode>
Decodes URL-encoded text

b:format.urlencode

<b:format.urlencode>...</b:format.urlencode>
URL-encodes contents

b:format.replace

<b:format.replace>...</b:format.replace>
Replaces characters or words

b:format.sqlsafe

<b:format.sqlsafe>...</b:format.sqlsafe>
Escapes SQL injections from text