Skip to content

Instantly share code, notes, and snippets.

@greystate
Created January 18, 2011 22:40
Show Gist options
  • Save greystate/785312 to your computer and use it in GitHub Desktop.
Save greystate/785312 to your computer and use it in GitHub Desktop.
One-liner for counting the number of occurrences of $char in $string
<xsl:value-of select="string-length($string) - string-length(translate($string, $char, ''))" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment