Embedly\Embedly::reg_delim_stripper PHP 메소드

reg_delim_stripper() 공개 정적인 메소드

public static reg_delim_stripper ( string $r ) : string
$r string
리턴 string
    public static function reg_delim_stripper($r)
    {
        # we need to strip off regex delimeters and options to make
        # one giant regex
        return substr($r, 1, -2);
    }