http://www.perlmonks.org?node_id=1021042


in reply to Re: Remove unicode "whitespace"
in thread Remove unicode "whitespace"

Great. Thanks for the tip about \p{FORMAT}, and the correction about Unicode terminology. I'll try stripping my strings using /[\s\p{FORMAT}]*$//g then.