We can use the string-length() in conjunction with substring to get the last 4 characters
<xsl:value-of select="substring(cbc:Note, string-length(cbc:Note) - 3)" />
Example:
Input: Note: abcdefg1234
Output: 1234
We can use the string-length() in conjunction with substring to get the last 4 characters
<xsl:value-of select="substring(cbc:Note, string-length(cbc:Note) - 3)" />
Example:
Input: Note: abcdefg1234
Output: 1234
There are several types of encryption techniques used to secure data, each with its own use case and strengths: 1. Symmetric Encryption Us...
No comments:
Post a Comment