Table Include/Exclude Title Text
#2
They are regular expressions. You can use this guide here:
http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm

The OR operator is simply a |, so for example:

Code:
table_include_title_text=NLHE|PLO

matches both "NLHE" in the titlebar or "PLO"

For the AND, its a little more complicated but I can help if you need it.
Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Username::
Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)
Please select the number: 6
1 2 3 4 5 6 7 8 9 10

Messages In This Thread
Table Include/Exclude Title Text - by statico - 02-25-2012, 12:18 AM
RE: Table Include/Exclude Title Text - by SaT_Admin - 02-25-2012, 01:31 AM