This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by Jarek
Tue Nov 20, 2007 8:23 am
Forum: Scripting Help
Topic: Regexp Problem
Replies: 6
Views: 4118

You need to \escape the period(.) and you need to \escape the question mark(?)
Thanks, mate! This was the right thing. I had to escape the special chars. Now it works!
by Jarek
Mon Nov 19, 2007 1:08 pm
Forum: Scripting Help
Topic: Regexp Problem
Replies: 6
Views: 4118

Hm, $exactmatch is empty after doing this. My proc looks this like: proc poloniaflirt::internalCom { suche } { set fullmatch "" set exactmatch "" set log1 [open pf.txt a] set log2 [open reg.txt a] set pfsearchurl "http://www.polonia-flirt.de/search/index.php" set pfquer...
by Jarek
Mon Nov 19, 2007 10:45 am
Forum: Scripting Help
Topic: Regexp Problem
Replies: 6
Views: 4118

Regexp Problem

Hi Folks. I'd like to get the profile id value out of this line: <td align="center"><a class="profil_link" href="javascript:;" onclick="window.open('/profile/index.php?profile_id=20129','_blank','width=730,height=600,status=no,toolbars=no,scrollbars=yes');"><i...