Created
October 30, 2009 05:11
-
-
Save coneybeare/222142 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^\s* (\w+) \s* \- \s* (\w+) \s* (?# the range [1,2]) | |
(\+)? (?# the application may have a + in front of the name [3]) | |
([^\s]+) (?# bundle name [4]) | |
\s* \w+ \s* (?# the versions--generally "??? [???]") | |
\<?([[:xdigit:]]{32})?\>? (?# possible UUID [5]) | |
\s* (\/.*)\s*$ (?# first fwdslash to end we hope is path [6]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment