The <dotj:custommask> tag is a new tag that we will expand with every release. Currently it supports
a special mask character ('X'), that can be used to fill in a value from an input string. It does this by iterating
across the input string and the mask from right to left and substituting a character from the input string when it
comes across the mask character 'X'.