Products Downloads


French version


 

This function returns an alphanumeric string which is a copy of the alphanumeric string passed as a parameter and whose successive space characters placed at the end of the string have been deleted.


Parameters

String

stringToTrim

Alphanumeric string to process

Mandatory

 


For example

<#assign trimString = "Too much spaces " />
-->${ hardisCore.trimRight(trimString)}<--