Quote:
Originally Posted by dsestero
Schnesim, I don't know Python but in the past I was a Java programmer. May be I can help with the regular expression if you point it to me.
Good night,
Dario
|
Quote:
date_time_re = r'([0-2]?[0-9] ) : ([0-5][0-9])(?:: ([0-5][0-9])(?:\.([0-9]+))?)?\s*([AP]\.?M)?\s*(?:[A-Z]{3}?([+-][0-2]?[0-9](?::[0-5][0-9])?))?'
|
Have fun
(I had to add some spaces to prevent some parts being converted to smileys.)