string NormalizeQuotes (string value)
 
Convert the given string to a string where all left/right single/double quotes are normalized. Left single quotation mark = single quotation mark Right single quotation mark = single quotation mark Left double quotation mark = double quotation mark Right double quotation mark = double quotation mark
Parameters:
value
The value.
Returns:
String.
<xsl:value-of select="wwstring:NormalizeQuotes('string-with-left-right-quote-marks...')" />
Was this helpful?
Last modified date: 10/14/2020