Skip to content

Instantly share code, notes, and snippets.

@erkattak
Created April 28, 2011 18:16
Show Gist options
  • Save erkattak/946922 to your computer and use it in GitHub Desktop.
Save erkattak/946922 to your computer and use it in GitHub Desktop.
RegEx for Time Range (1-5pm, 11:45am-5pm, 1 - 5:15pm, etc.)
\b((?:(?<!:)(?:1?[0-9])(?::(?<!\d)[0-5]\d)?(?:\s?[ap][m]?)?)(?:\s?-\s?)(?<=-|\s)(?:(?:1?[0-9])(?::(?<!\d)[0-5]\d)?(?:\s?[ap][m]?)))\b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment