Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » StringUtilities » string MatchExpressionValue (string input, string matchExpressionAsString)
string MatchExpressionValue (string input, string matchExpressionAsString)
 
Return value of match for 'matchExpressionAsString' in 'input'.
Exceptions:
OutOfMemoryException
Thrown when a low memory situation occurs.
Parameters:
input
The input.
matchExpressionAsString
The match expression as string.
Returns:
String.
Value of 3-4 "a"s.
<xsl:value-of select="wwstring:MatchExpressionValue('The end of aa sentenceaaaaalways leaves me sad.', 'a{3-4}')" />
Was this helpful?
Last modified date: 10/14/2020