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

RE: Testing for upper and lower case

Subject: RE: Testing for upper and lower case
From: "Houghton,Andrew" <houghtoa@xxxxxxxx>
Date: Thu, 3 Nov 2011 12:23:14 -0400
RE:  Testing for upper and lower case
Your string-to-codepoints example only works for ASCII upper/lower case
letters. It fails to recognize composed and decomposed diacritical characters
such as a combined uppercase A with a grave U+00C1, with an accute U+00C1,
with a circumflex U+00C2, etc. Yes you could detect these too with additional
logic, but matches() with a character class of \p{Ll}, \p{Lu}, \p{Lt} handles
all the messy details of Unicode.

Andy.

> -----Original Message-----
> From: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx]
> Sent: Thursday, November 03, 2011 12:16
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  Testing for upper and lower case
>
> >  Is it possible to determine if the first
> > letter of a word is upper or lower case?
>
> string-to-codepoints($str)[1]
>
> will give you the codepoint of the first letter, you can then if its:
>
> 65 to 90 its upper case
>
> 97 to 122 its lower case
>
> is that what you meant?
>
>
> --
> Andrew Welch
> http://andrewjwelch.com

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.