Skip to content

Instantly share code, notes, and snippets.

@marc1706
Created April 24, 2013 22:01
Show Gist options
  • Save marc1706/5455961 to your computer and use it in GitHub Desktop.
Save marc1706/5455961 to your computer and use it in GitHub Desktop.
$tmp = trim(preg_replace('#((\d+)\.)+(\d+)[a-z]?#', '', $version));
if (!empty($tmp))
{
// Woohoo, user is nub, something more as a number
$this->push_error(mpv::ERROR_FAIL, 'VERSION_SHOULD_BE_VERSION', array($version, $version));
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment