Hi Andrew and Andy [now that's got to be confusing!],
Thanks for both pieces of information.
Since I am dealing with Czech (diacritics) and English words, I think I can
use Andy's suggestion.
Thanks,
Mark
-----Original Message-----
From: Andrew Welch
Sent: Thursday, November 03, 2011 9:16 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] 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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--