Skip to content

Instantly share code, notes, and snippets.

@keeprock
Created March 4, 2015 14:20
Show Gist options
  • Save keeprock/9ac594b1ff14c5c32051 to your computer and use it in GitHub Desktop.
Save keeprock/9ac594b1ff14c5c32051 to your computer and use it in GitHub Desktop.
Search for substring in a string
if (strpos($SEARCH_HERE, 'SEARCH_SUBSTRING') !== false) {
// Do stuff..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment