I need to apply validation on input time intervals that are taken in as seconds. Now i am not really good at Regular expressions. So can any body help making a regular expre
Why not do N % 60 ?
N % 60
Why you want to use regex for a job which can easily be done using one operator ?