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

Re: compare string to a list of other strings

Subject: Re: compare string to a list of other strings
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Thu, 16 Jun 2011 10:25:33 +0100 (BST)
Re:  compare string to a list of other strings
Szabo, Patrick (LNG-VIE) wrote:

  Hi,

> This are the strings: estg, abgb, eg, ...

> I want to check if another string starts with estg, abgb oder eg.
> Now i could do a very long line of "starts-with() or starts-with()"
> but I'm sure there is a better way to do it right ?!

  The following expression:

    some $s in ('estg', 'abgb', 'eg') satisfies
      starts-with($input, $s)

returns true() if there is some of the strings satisfying the expression, and
false() otherwise.

  Regards,

--
Florent Georges
http://fgeorges.org/

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.