Zum Hauptinhalt springen

Strip whitespaces

Anatomy

<trim var="var" type="both">
string
</trim>

Description: TRIM strips whitespace characters from the beginning and/or end of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name trim
typetypeDirection type trim

Results:

BindingTypePredicate
varstringN/A

Examples

Example

<output>
<trim> iXML </trim>
</output>

<!-- iXML -->