bool EndsWith (string input, string suffix)
 
Return success of suffix being the suffix of input.
Parameters:
input
The input.
suffix
The suffix.
Returns:
Bool.
Check if ".scss" is suffix of "webworks.scss". This returns True.
<xsl:value-of select="wwstring:EndsWith('webworks.scss', '.scss')" />
Was this helpful?
Last modified date: 10/14/2020