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

Re: tokenize()

Subject: Re: tokenize()
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Wed, 16 Apr 2003 13:45:06 +0100
xsl tokenize
Hi Simon,

> Does anyone know if tokenize() has made it into the new xsl? I could
> really do with it at the mo :-)

Yes. XPath 2.0 has a tokenize() function with the signature:

  tokenize(string, pattern, flags?)

where string is the string to tokenize, pattern is a regular
expression that describes the delimiters used in the string and the
optional argument flags controls whether the regular expression is
applied in multiline and/or case-insensitive mode.

For example, to split up the string "2003-04-16T13:42:00" into the
sequence ("2003", "04", "16", "13", "42", "00"), you can use:

  tokenize('2003-04-16T13:42:00', '[-:T]')

and to tokenize a string on whitespace, the second argument should be
'\s+'.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.