Hi Solid,

Historians believe that Tue, 23 Jan 2001 at 04:43:58 GMT +0700 was when,
solid_snake [SS] typed the following:

SS>                           I delete "?" sign
SS> for = 10 date and more..
SS> .... (?i)(?(?=1[0-1]\:[0-5][0-9])1[0-1]\:[0-5][0-9];(.*?);|. ....
SS>               ^^^^^^             ^^^^^^

<snip>
SS> Oh yeah this is %GMT_Time Output:
SS> 09:07:31

SS> Is that Character second (:31) distrube the string ?

Yeah, that will cause problems.  You can just add "..." to match these
three characters.  I'm assuming you don't care about the seconds.

So from your example above, it would become:
 
for = 10 date and more..
.... (?i)(?(?=1[0-1]\:[0-5][0-9])1[0-1]\:[0-5][0-9]...;(.*?);| <snip>
                                                   ^^^
                                                   
-- 
Thanks for writing,
 Januk Aggarwal

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

 This almost blank page was intentional.

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

You are subscribed as : [email protected]


Reply via email to