Hi Graham,

> >> trim test1: { this is an embedded tab ^-which will be left alone }
> == "this is an embedded tab ^-which will be left alone"
> >> trim test2: { this is an embedded tab ^/^-which gets clobbered }
> == "this is an embedded tab^/which gets clobbered"
> >> trim/head/tail test2: { this is an embedded tab ^/^-which is left alone }
> == "this is an embedded tab ^/^-which is left alone"

> The default behaviour for trim appears flawed.

Help (and  Core doc) says: "Removes whitespace from a string".

It seems that instead trim removes leading and tailing space/tab from every
lines in the string.

What core/help says is the trim/head/tail behaviour.

Could be that docs is flawed?

---
Ciao
Romano


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to