Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created January 8, 2011 21:35
Show Gist options
  • Save iammerrick/771169 to your computer and use it in GitHub Desktop.
Save iammerrick/771169 to your computer and use it in GitHub Desktop.
preg_match('/^(?P<name>[a-z]+):(?P<type>\w+)($|\((?P<length>(\d+|(.*)))\))/', $subject, $matches);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment