Skip to content

Instantly share code, notes, and snippets.

@lenivene
Created May 17, 2018 13:07
Show Gist options
  • Save lenivene/a88b23bfc192bd9775f2195a77fa5c03 to your computer and use it in GitHub Desktop.
Save lenivene/a88b23bfc192bd9775f2195a77fa5c03 to your computer and use it in GitHub Desktop.
Get all URLS by PHP
<?php
preg_match_all("/\b(?:(?:https?|ftp|mailto|tel):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|]/m", $urls, $callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment