Hi Solid,

Historians believe that Mon, 22 Jan 2001 at 17:51:41 GMT +0700 was when,
solid_snake [SS] typed the following:

<snip>

SS>       GMT_OGreeting_10
SS> <snip>
SS> (?i)(?(?=1?[8]\:[0-5][0-9])1?[8]\:[0-5][0-9];(.*?);|.*;.*?;(.*))
SS> <snip>

I've snipped all but the regexp pattern.  You have used 1? to indicate
the 10s of hours.  This can cause problems since ? after a character
means "Match the previous letter 0 or 1 time"

Change this pattern (similarly all other patterns to:

(?i)(?(?=18\:[0-5][0-9])18\:[0-5][0-9];(.*?);|.*;.*?;(.*))

 

-- 
Thanks for writing,
 Januk Aggarwal

 Using The Bat! 1.49c under Windows 98 4.10 Build 2222  A

 This sentence lets you know this page was not a mistake.

-- 
______________________________________________________
Archives   : <http://tbtech.thebat.dutaint.com>
Moderators : <mailto:[EMAIL PROTECTED]>
Unsubscribe: <mailto:[EMAIL PROTECTED]>

You are subscribed as : [email protected]


Reply via email to