I know
<mvt:assign name="g.return_value" value="rtrim( string )" />
strips off spaces if they exist at the right end of the string. what I"m looking for is something like
<mvt:assign name="g.return_value" value="rtrim( string , char )" />
which would strip off the right most character if it matches what I specify.
is there such a thing?
<mvt:assign name="g.return_value" value="rtrim( string )" />
strips off spaces if they exist at the right end of the string. what I"m looking for is something like
<mvt:assign name="g.return_value" value="rtrim( string , char )" />
which would strip off the right most character if it matches what I specify.
is there such a thing?
Comment