Hi Solid,
Historians believe that Sun, 4 Feb 2001 at 08:18 GMT +0700 was when,
solid_snake [SS] typed the following:
<snip>
SS> Are you in saturday and sunday do a holiday ?
I had sent you a reply through the list on Friday (my time.)
Apparently it did not make it through.
I've included it below:
+--------------------+
|-- Begin original --|
+--------------------+
Historians believe that Sat, 3 Feb 2001 at 04:17 GMT +0700 was when,
solid_snake [SS] typed the following:
<snip>
SS> Wait
SS>
%SETPATTREGEXP="(?i)(^\S{1,5}).*?(@)(.*)"%REGEXPBLINDMATCH="%OFROMNAme"%Subpatt="1"...
SS> ^^^^^^^^^
SS> when I
SS> change to
SS> it it's
SS> don't
SS> work
SS> Why? Same string isn't ?
No. %OFROMADDR gives you the address, and %OFROMNAME gives you the
name. Gerd's regexp looks for the @ character, but most people don't
have a @ symbol in their names, so the regexp fails to match.
If you want to use %OFROMNAME, try:
%SETPATTREGEXP="^[^\s@]{1,5}"%REGEXPMATCH="%OFROMNAME"
This will look for the first 1 to 5 non-whitespace characters. The
reason I didn't use just \S is because I wanted to exclude the "@"
character in case you get an address returned.
--
Thanks for writing,
Januk Aggarwal
Using The Bat! 1.49c under Windows 98 4.10 Build 2222 A
I should probably engage that largish, grey organ lurking inside of my
skull a bit more often. I think it's called a brain. -- Simon
--
______________________________________________________
Archives : <http://tbtech.thebat.dutaint.com>
Moderators : <mailto:[EMAIL PROTECTED]>
Unsubscribe: <mailto:[EMAIL PROTECTED]>