<?php $s = " ddd \r\n bbb ";$n = preg_replace('~(*ANYCRLF)\h+$~m', '', $s);echo $n;
Standard input is empty
ddd bbb
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!