Index

Tutorial Videos

Tutorial videos are available here.

Knowledge Base

Visit our User Forum for discussions and solutions

Trim

TrimEnd – XpressDox

Trim characters from the end of a string in your XpressDox template   Command structure: «TrimEnd(Address,’,;’)» The above example will remove a comma or a semi-colon from the end of the value of Address.  

Read More »

Trim – XpressDox

The «Trim()» function will strip white space or other characters from either side of a value.   White Space “White Space” includes the space character but also other characters (like the tab or new line

Read More »

TrimStart – XpressDox

Trim characters from the start of a string in your XpressDox template   Command structure: «TrimStart(Address,’,;’)» The above example will remove a comma or a semi-colon from the start of the value of Address.  

Read More »