strings:ToLower

Previous Next

Converts a value to its all-lowercase equivalent.

Syntax

strings:ToLower( value )

 

Example

select uscsxsl.blend(
  '<example xmlns:pc="Processing.Command" pc:hideme="true">
     <pc:assign-default val = "abcDEF"/>
     <pc:value-of select="strings:ToLower($val)"/>
   </example>'
)

The result value is:

abcdef

 

 

See also

strings:ToUpper

strings:TitleCase