Skip to content

Instantly share code, notes, and snippets.

@martinbean
Created August 22, 2015 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinbean/c6bc5b3cadc8e4edc2eb to your computer and use it in GitHub Desktop.
Save martinbean/c6bc5b3cadc8e4edc2eb to your computer and use it in GitHub Desktop.
Regular expression to match Google Analytics property tracking ID
<?php return preg_match('/^UA-\d+-\d+$/', $test);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment