Proxy\Html::replace_outer PHP Method

replace_outer() public static method

public static replace_outer ( $selector, $replace, $html, &$matches = NULL )
    public static function replace_outer($selector, $replace, $html, &$matches = NULL)
    {
        return self::replace($selector, $replace, $html, false, $matches);
    }