Xima\XmTools\Classes\ViewHelpers\Object\StrtolowerViewHelper

class StrtolowerViewHelper

Formats string with all alphabetic characters converted to lowercase.

= Examples =

<code title=”Defaults”> <f:format.strtolower>This is an example</f:format.number> </code> <output> this is an example </output>

render()

Format the string with strtolower().

Returns:string The formatted string