Skip to content

Instantly share code, notes, and snippets.

@cethap
Created May 8, 2014 03:53
Show Gist options
  • Save cethap/847ddde5387c4b5153a9 to your computer and use it in GitHub Desktop.
Save cethap/847ddde5387c4b5153a9 to your computer and use it in GitHub Desktop.
ShortPhpGist
if (strlen($text) == 0 XOR preg_match('/^./us', $text) == 1) {
// The string validates.
}
else {
// The string doesn't validate.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment