Answers for "xsl last character of a string"

0

xsl last character of a string

<xsl:value-of select="substring(., string-length(.), 1)" />
Posted by: Guest on December-05-2020

Code answers related to "xsl last character of a string"

Browse Popular Code Answers by Language