Owl\Libraries\FtsUtils::stripCrLf PHP Méthode

stripCrLf() private static méthode

remove all cr+lf from given string
private static stripCrLf ( $str )
    private static function stripCrLf($str)
    {
        return preg_replace("/[\r\n]+/", "", $str);
    }