Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

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

Hardis - Tableau personnalisé
alternateColorstrue

String

stringToTrim

Alphanumeric string to process

Mandatory



 For example

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

...