Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
substring
Right - XpressDox
The Right function extracts the right most characters from a string The Substring function in XpressDox The substring function provides all the functionality to extract pieces of a string, but Left and Right make some operations easier. Left returns the leftmost characters, and Right the rightmost characters. ...
Testing parts of a string - XpressDox
Working with strings in XpressDox templates StartsWith The StartsWith function is used to test whether a string starts with a given string: «If(StartsWith(Surname,'van ')»«Title» «Surname» is probably of Dutch descent.«End()» «If(StartsWith(Surname,'van ')»«SetV('LastPart',substring-after(Surname,'van '))»«End()» In previous versions this command was known as starts-with. Backward compatibility ensures that XpressDox will still...
Using XSLT functions - XpressDox
XpressDox uses XSLT technology to insert data elements into Merge Fields. This means that a vast amount of functionality is available to the experienced user, especially the XSLT functions, which are used to format data. XpressDox functions and XSLT functions can be mixed in one Merge Field
ToLower - XpressDox
Convert text into lower case Regardless of the case of the value entered into the interview or imported from a database, that value can be converted into lower case. Command structure: «ToLower(Type)» “Plaintiff” becomes “plaintiff” Additional parameters on the ToLower function: Double clicking on the “ToLower”...
ToUpper - XpressDox
Regardless of the case of the value entered into the interview or imported from a database, that value can be converted into UPPER CASE. Command structure: «ToUpper(FullName)» “Fred Basset” becomes “FRED BASSET” Additional parameters on the ToUpper command: Double clicking on the “ToUpper” command from the Command Assistant...
Loading...