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.
Help for those learning Tcl or writing their own scripts.
-
rosc2112
- Revered One
- Posts: 1454
- Joined: Sun Feb 19, 2006 8:36 pm
- Location: Northeast Pennsylvania
Post
by rosc2112 »
Code: Select all
regexp {<br>.*?<br>(.*?)<br>(.*?)http.*?} $line match clannumber clanname
$line is the input line, and the items in () in the regex string are the bits that will be put into the variables clannumber and clanname.