I had to change the time-extraction regex (tEx) to using groups for extraction rather than the positive look-behind(?<=...) because we have to give an expression with fixed length to the positive look-behind and the expression now had an optional comma so it wasn't fixed length anymore
Please do test the changes before merging :stuck_out_tongue_winking_eye:
I had to change the time-extraction regex (tEx) to using groups for extraction rather than the positive look-behind
(?<=...)
because we have to give an expression with fixed length to the positive look-behind and the expression now had an optional comma so it wasn't fixed length anymorePlease do test the changes before merging :stuck_out_tongue_winking_eye: