Skip to content

Instantly share code, notes, and snippets.

@grambas
Last active January 15, 2019 12:43
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 grambas/f03892d1a39719018b681a8e8b87862f to your computer and use it in GitHub Desktop.
Save grambas/f03892d1a39719018b681a8e8b87862f to your computer and use it in GitHub Desktop.
REGEX

Validate string for PHP DateInterval. (P or PT, then any number with no leading zeros. At the end H for hour interval and W,D or M for weeks, days and months)

(P((0|[1-9][0-9]*))(W|D|M)|PT((0|[1-9][0-9]*))H)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment