Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vanleantking/40a6735aaf2a5452d3b991dbdf45e9c7 to your computer and use it in GitHub Desktop.
Save vanleantking/40a6735aaf2a5452d3b991dbdf45e9c7 to your computer and use it in GitHub Desktop.
split string content by white space (space, tab, newline)
$segments = preg_split('/[\s]+/', $string );
check url exist in string
filter_var($process_content, FILTER_VALIDATE_URL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment