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

RE: regex help

From: Michael Kay <mike@saxonica.com>
Date: Mon, 22 Jan 2007 00:00:37 -0000
To: "'Your Name'" <ratesnow@mortgage-rates-now.org>, <xmlschema-dev@w3.org>
Message-ID: <00b801c73db8$599df770$2300000a@turtle>
RE: regex help

I agree. If you're only giving a match or no-match result, as in XML Schema,
greediness is irrelevant. 

Michael Kay
http://www.saxonica.com/

> -----Original Message-----
> From: xmlschema-dev-request@w3.org 
> [mailto:xmlschema-dev-request@w3.org] On Behalf Of Your Name
> Sent: 19 January 2007 05:01
> To: xmlschema-dev@w3.org
> Subject: Re: regex help
> 
> 
> Just a note on the greediness mentioned here...
> 
> My understanding is that the greediness of a regular 
> expression is only an issue when you are capturing the values 
> of sub-patterns within the target data.  (e.g. in Perl 
> 'ML123' =~ /ML(\d+)/; captures 123 into $1.) When only doing 
> matching, eventually, if possible, the pattern will be 
> matched irrespective of whether greedy or non-greedy matching is used.
> 
> Greediness just affects whether the regular expression engine 
> attempts to grab lots of content for a sub-expression in it's 
> first attempt and them back track, or attempts to capture the 
> minimal amount in its first attempt and then forward track 
> (not sure if that's a proper term!).
> 
> If anyone's opinion differs, please let me know
> 
> 
> 
Received on Monday, 22 January 2007 00:00:48 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

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-2007 All Rights Reserved.