[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Counting occurences of a character in a string

Subject: RE: Counting occurences of a character in a string
From: "Houghton,Andrew" <houghtoa@xxxxxxxx>
Date: Tue, 1 Apr 2008 18:11:06 -0400
RE:  Counting occurences of a character in a string
> From: Christian Roth [mailto:roth@xxxxxxxxxxxxxx]
> Sent: 01 April, 2008 18:02
> To: XSL List
> Subject:  Counting occurences of a character in a string
>
> Hello,
>
> in XSLT 2, is there an easier or more efficient way to count
> the occurrences of a certain character (here: 'X') in a string $s than
>
> string-length( string-join( tokenize( $s, "[^X]+" ), "" ) )
>

How about string-length( replace( $s, '[^X]', '' ) ) which doesn't
go through all that splitting and joining.  Still I think someone
can improve on my solution too.

Andy.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.