|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Got a slick XPath expression to convert NEW YORK t
I am not sure this is "slick" but I think its interesting:
fn:string-join(
for $word in tokenize("NEW YORK")
let $lower-codepoints := fn:string-to-codepoints(fn:lower-case($word))
let $capitalised-codepoints := (fn:head($lower-codepoints) - 32,
fn:tail($lower-codepoints))
return
fn:codepoints-to-string($capitalised-codepoints)
, "_")
You could make it more succinct of course, but then I think it looses
its readability!
On Wed, 20 Dec 2023 at 19:27, Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Folks,
>
> I need to convert multi-word names that are space-separated and uppercase to names that are underscore-separated, first letter of each word uppercase and remaining letters of the word lowercase.
>
> Example: NEW YORK --> New_York
>
> Example: SIMULATION INDICATOR --> Simulation_Indicator
>
> Do you have a slick XPath expression that does this transformation?
>
> /Roger
>
>
--
Adam Retter
skype: adam.retter
tweet: adamretter
http://www.adamretter.org.uk
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








