Posts by Dárley Barreto • 43 points
1 post
-
4
votes1
answer101
viewsQ: Regex custom python time 3
I need to create a regex that accepts the following entries: 8:00 8 horas 8h 8h30 (8h 30) 8h30min (8h 30 min) 8h30minutos (8h 30 minutos) and I arrived at the following: ((\d{1,2}:\d{1,2}) |…