Page 1 of 1

Trimming strings

PostPosted: Sep 17, 2004 @ 3:55am
by PointOfLight
If it's already there and I've missed it, I apologize, but I was thinking it would be nice to have a trim function for strings. I've already written one, but it would be better if it were part of the standard string functions. Just a thought...

PostPosted: Sep 17, 2004 @ 1:53pm
by kornalius

PostPosted: Sep 17, 2004 @ 2:44pm
by PointOfLight

PostPosted: Sep 17, 2004 @ 3:58pm
by kornalius
TRIM(), RTRIM(), LTRIM() are now part of PPL.

LPAD() and RPAD() also.