[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

Regular Expression search

Martin Probst martin at x-hive.com
Thu Dec 15 09:46:55 PST 2005


  Regular Expression search
Hi,

be careful with expressions like //*[matches(. "...")]. Because regular
expressions can be _very_ complex it's impossible to speed this query up
by an index, so you'll be matching the RegExp over each node in the
document - not good. Better take "contains()" or "starts-with()" for
simple queries.

Martin


On Wed, 2005-12-14 at 15:23 -0300, Elarrat, EFC wrote:
> Me again...just trying to know the following:
>  
> <tagA>
>     <subTagA>My Name Is Eduardo</subTagA>
> </tagA>
> <tagB>
>     <subTagB>My Name Is Elarrat</subTagB> //Corrected! =)
> </tagB>
>  
> I saw the matches function and I got it well (I think...), but could
> anybody please give me an example of how to use the matches function
> on this case? like, searching for all tags that contains "Name"? Like
> "Name*" or "*Name"?
>  
> If somebody doesn't understand, please ask Howard to translate it for
> you =)
>  
> Thanks a lot
>  
> Eduardo Elarrat
> _______________________________________________
> http://xquery.com/mailman/listinfo/talk
> http://xquery.com/mailman/listinfo/talk



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