I'm working with HH: MM: SS and I have this% REGEX ^([0-1]?\d{0,4})(?::([0-5]?\d))?(?::([0-5]?\d))?$
I'm using the library InputMask but I'd like to work with negative hours example:
Effort: -200: 00: 00
Can I continue to use this regex or do I have to use another one?