Can you try latest version please
4.2.4.15
LeftPad(S,Length,Char):String, Pads Left part of the string with Character Char
RightDelete(S,Length):String, Deletes Right part of the string
RegularExpression(S,Expression):Boolean, Returns true if string matches expression
EncodeXMLElement(S,ElementName):String, Returns XML Element ElementName="S"
DecodeXMLElement(S,ElementName):String, Returns XML Element Value
EncodeXMLAttribute(S,AttributeName):String, Returns XML Attribute
DecodeXMLAttribute(S,AttributeName):String, Returns XML Attribute Value
EncodeXMLString(S):String,Returns XML String
DecodeXMLString(S):String,Returns XML Element Value
Two new data transformation functions
ReplaceSuffix
ReplacePrefix
Mike