How do I remove the “http://” from network_site_url?

preg_replace("~^(?:f|ht)tps?://~i", '', $url);

Replaces http https and FTP in string $url