Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The regular expression in the example above validates the union of the four pieces of logic:

  • 09:.* validates 09:00-09:59

  • 1.:.* validates 10:00-19:59

  • 20:.* validates 20:00-20:59

  • 21:00 validates 21:00

...