Post a New Reply
Reply to thread: Table Include/Exclude Title Text
Username:
Please select the number: 2
1 2 3 4 5 6 7 8 9 10
Post Subject:
Your Message:
Smilies
Angel Angry Blush Confused
Dodgy Exclamation Heart Huh
Idea Sleepy Undecided Smile
Wink Cool Big Grin Tongue
Rolleyes Shy Sad  
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)




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)


Thread Review (Newest First)
Posted by SaT_Admin - 02-25-2012, 01:31 AM
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.
Posted by statico - 02-25-2012, 12:18 AM
Is it possible to put OR and AND operators on these? If not, it would be nice because on some sites i cannot find a string that defines a table across multiple game types. I then have to choose something generic like 'Table' which interferes with many of the sites windows, e.g. 'Table Options'.