Re: [Tutor] Searching for time in a given string

2010-04-01 Thread Mark Tolonen
"Judith Flores" wrote in message news:27451.74230...@web113808.mail.gq1.yahoo.com... Hello, I was wondering if someone could provide me with the pattern syntax to find the time in a given string. The time usually appears as "14:28:32" (for example) within a string ("Sun Jan 23 14:28:32 19

[Tutor] Searching for time in a given string

2010-04-01 Thread Judith Flores
Hello, I was wondering if someone could provide me with the pattern syntax to find the time in a given string. The time usually appears as "14:28:32" (for example) within a string ("Sun Jan 23 14:28:32 1965"). How can I retrieve the time? Thank you very much in advance for your help, Judi