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

Re: analyze-string help?

Subject: Re: analyze-string help?
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Sun, 10 Jun 2012 09:45:58 +0100
Re:  analyze-string help?
On 10/06/2012 07:46, Syd Bauman wrote:
But is there any reason not to use a simpler regex? E.g.,
   <xsl:analyze-string select="normalize-space($title)" regex="(.+) - (.+)">

Even if it doesn't fix your problem, it might make it easier to find.
I think this principle of always using the simplest regex that does the job is a very good one. Remember, even if the regex works on all your test cases, there's a good chance someone in a year's time is going to come back to it and need to change it. Complex regexes are intrinsically very hard to debug, so it's a good idea to avoid them if you can.

In this particular case the simpler regex is also closer to the English-language description of the requirement:

separate the content after the last "space dash space"

The OP's regex fails to do this if, for example, the content after the last " - " includes a hyphen.


Michael Kay
Saxonica

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.