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

Re: Trying to replace vertical pipe...

Subject: Re: Trying to replace vertical pipe...
From: Lars Huttar <lars_huttar@xxxxxxx>
Date: Thu, 26 Aug 2010 12:47:59 -0500
Re:  Trying to replace vertical pipe...
 On 8/26/2010 12:03 PM, Michael Dykman wrote:
> Because of string notation, you might have to do some thing like "\\|95\\|"
>

No, not in XSLT/XPath. Backslash (\) is not special in string literals.
So the double-backslash would be passed on to the regular expression,
which would interpret it as a literal backslash to be matched.


> However, in general for regular expression, using the square brackets
> to create a character class takes away the regex magic from most
> characters such as '|' and  '.'
>
>    ie : "[|]95[|]"
>

That's one way to do it; but the risk is that it makes other characters
magic, such as ']' and '-'.

Lars

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