Re: [bdbxml] Problem with lower-case
Golgoth 14 <[email protected]> Wed, 24 Aug 2005 19:25:09 +0200
| Newsgroups | gmane.comp.db.dbxml.general |
|---|---|
| Message-ID | <[email protected]> |
You can use the fn:matches() function with a regular expression
and the case insensitive flag.
Steph
Adam Rambousek wrote:
>Hi,
>I'm trying to make my search in db xml case insensitive and I found
>XPath/XQuery function lower-case.
>But if I use this function, I got just error.
>For example: '/entry[contains(meta/author, "ak")]' works perfectly, but
>'/entry[contains(lower-case(meta/author), lower-case("ak"))]' ends up with
>DB_PAGE_NOTFOUND.
>
>Is it possible to use this function? If not, how else could I make search
>case insensitive?
>
>
>Thanks for help
>
>
------------------------------------------
To remove yourself from this list, send an
email to [email protected]