The Align Right function places a string within a padding string ending at the right-most character.
Parameter: string1
The string to be aligned. This can come from a source node, the result of another function, or a value you specify.
Parameter: string2
A padding string. This string must be long enough to create the result and must contain the character or characters to use for padding. This can come from a source node, the result of another function, or a value that you specify. You can use the Padding String function to produce a padding string.
Example:
align-center(‘widgets','----------') = '-widgets--'