[xsl] Re: How to get the trailing spaces in a string?

Subject: [xsl] Re: How to get the trailing spaces in a string?
From: "Piez, Wendell A. (Fed) wendell.piez@xxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jul 2024 13:22:10 -0000
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: [xsl] 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

Current Thread