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

Re: How to split an RegEx into several lines for read

Subject: Re: How to split an RegEx into several lines for readability?
From: "Rashmi Rubdi" <rashmi.sub@xxxxxxxxx>
Date: Sun, 29 Apr 2007 15:10:06 -0400
Re:  How to split an RegEx into several lines for  read
Hi Dimitre,

I've just begun to read a book on Regular Expressions and in the book
they strongly discourage unintended white spaces.

Here's an excerpt "...Placing unintended white spaces in a regular
expression can radically alter the meaning of the regular expression
and can turn what ought to be matches into nonmatches, and vice versa.
When creating regular expression patterns, you need to be meticulous
about handling whitespace..." taken from Beginning Regular Expressions
by Andrew Watt.

-Regards
Rashmi

On 4/29/07, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
As I am an absolute RegEx beginner, please excuse me if this is a
trivial question.


At the moment I am playing with:


 <xsl:analyze-string select="$vstrInput"
regex='([\s]*)(("[^"\\]*((\\.[^"\\]*)*"))|((([-]?[0-9]+)?\.)?[-]?[0-9]+([eE][-+]?[0-9]+)?
))(.*)$' flags="m">


which should match only the first quoted-string or number in the string-argument.

Is there any way I can split this RegEx on separate lines and/or add
whitespace so that it would be more readable?


-- Cheers, Dimitre Novatchev

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.