Owl\Libraries\FtsUtils::stripCrLf PHP Method

stripCrLf() private static method

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