Skip to content

Instantly share code, notes, and snippets.

@condor-bird
Created February 23, 2019 10:55
Show Gist options
  • Save condor-bird/5dff3d271162332c53647b0ae9da0a50 to your computer and use it in GitHub Desktop.
Save condor-bird/5dff3d271162332c53647b0ae9da0a50 to your computer and use it in GitHub Desktop.
Split Link
<?php
$regex = '#(https?://[a-z0-9.?=+_-]*)#i';
$res = preg_split($regex, $string, -1, PREG_SPLIT_NO_EMPTY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment