Hm, how about
replace(Airport_Name,'^.*\S','')
Enjoy, Wendell
-----Original Message-----
From: Roger L Costello costello@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, July 8, 2024 8:42 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: How to get the trailing spaces in a string?
Hi Folks,
The value of this element contains trailing spaces:
<Airport_Name>LOWELL FLD </Airport_Name>
A few days ago Martin showed how to obtain the string before the trailing
spaces. (Thanks Martin!)
Now I need to obtain the trailing spaces. How to do that?
/Roger
|