I would like to know if it is possible, through a regular expression, with a string containing the date and time, to know if the time is within a given range.
For example:
2016-10-17T08:44:04.000+0000
I would like to know if the time within that string is between 08
and 10
.