Open Side Menu Go to the Top
Register
PlaceMint: Window Positioning Tool PlaceMint: Window Positioning Tool

09-01-2014 , 05:10 PM
Does anyone know how to exclude a phrase in the regex.

If I have two windows called "Poker" and "Poker lobby"

I want to create a regex matching poker, and that excludes lobby. I do not want one which only captures Poker, I want one that captures poker and excludes lobby.

I have tried some negative lookaheads but I cannot get it to work.
PlaceMint: Window Positioning Tool Quote
09-01-2014 , 10:43 PM
Try this

Poker(?!\slobby)
PlaceMint: Window Positioning Tool Quote
09-09-2014 , 02:18 PM
Anyone know how to configure a Titan (iPoker).
I don't understand RegEX.
PlaceMint: Window Positioning Tool Quote
09-18-2014 , 05:25 AM
Hey,

I`m looking for RegEx for Winamax Tourneys, I only found for Cash Games.

And I also look for RegEx for SealswithClubs (Bitcoinsite) Cash Games and Tourneys.

Thanks :-)
PlaceMint: Window Positioning Tool Quote
09-23-2014 , 05:07 AM
Push

Can somebody help?
PlaceMint: Window Positioning Tool Quote
10-09-2014 , 07:44 PM
Hi, I need RegEx for 888poker tournaments, I made myself but it also treat tournament lobby as table, how to avoid it, please help
PlaceMint: Window Positioning Tool Quote
10-10-2014 , 01:33 PM
Quote:
Originally Posted by maklakiewicz
Hi, I need RegEx for 888poker tournaments, I made myself but it also treat tournament lobby as table, how to avoid it, please help
Nevermind, I find the problem, but now I need regex for FTP tournaments.
PlaceMint: Window Positioning Tool Quote
10-13-2014 , 02:31 PM
does placemint work on party poker ? i can get it to work on most sites, just can not get it to work on party
PlaceMint: Window Positioning Tool Quote
10-17-2014 , 12:07 AM
sry if it was asked before but i couldn't find using search...

is there a way to prevent tables going to slot 1 when we change table?... i use slots 1 and 2 as help slots for new tourneys and then i decide where i wanna move those tourneys (slots 3-16). but every time i change table(from slots 3-16), that table is going back to slot 1....
PlaceMint: Window Positioning Tool Quote
10-23-2014 , 09:09 AM
Hi, is there a way that i can set placemint up so that in one of the table slots i don't want it to be possible for any table that i am seated at to go in that slot?
PlaceMint: Window Positioning Tool Quote
10-26-2014 , 01:18 AM
Could I have the regex for FTP please. I tried [$€£][0-9] but it didnt work
PlaceMint: Window Positioning Tool Quote
10-29-2014 , 07:12 AM
Could i have a regex for party poker cash games please
PlaceMint: Window Positioning Tool Quote
10-29-2014 , 03:11 PM
Quote:
Originally Posted by jcl
Could I have the regex for FTP please. I tried [$€£][0-9] but it didnt work
[$€£][0-9] worked for me
PlaceMint: Window Positioning Tool Quote
10-30-2014 , 12:23 PM
placemint stop working on stars ?
PlaceMint: Window Positioning Tool Quote
10-31-2014 , 09:55 AM
guys,placemint works for you on stars ?Yesterday placemint stop working on stars for me..you have same issue?
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
i use this for 180s freezout and rebuys .The table change position when blinds going up.
PlaceMint: Window Positioning Tool Quote
10-31-2014 , 12:06 PM
Vreju, I have the same problem.
PlaceMint: Window Positioning Tool Quote
11-01-2014 , 08:59 AM
any help?
PlaceMint: Window Positioning Tool Quote
11-01-2014 , 09:04 PM
also i cant remmeber how i did this before but how do u stop zoom rippling. $25 for answer on stars thanks and $15 if u get ftp working!
PlaceMint: Window Positioning Tool Quote
11-03-2014 , 10:35 AM
Quote:
Originally Posted by vreju
guys,placemint works for you on stars ?Yesterday placemint stop working on stars for me..you have same issue?
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
i use this for 180s freezout and rebuys .The table change position when blinds going up.
I help vreju, now is working
PlaceMint: Window Positioning Tool Quote
11-03-2014 , 10:53 AM
thanks man,a friend just typed me on skype with this,obv it from here it`s working THANKS AGAIN !
PlaceMint: Window Positioning Tool Quote
11-03-2014 , 12:42 PM
Could you write how did you repair it, please?
PlaceMint: Window Positioning Tool Quote
11-04-2014 , 03:21 AM
[$€][\d,.]+.*?\s((NL|(No\s|Pot\s)?Limit)\s)?(Hold'em)?\s?((\[.+?\])?|.*?\.\.\.)(\s-\sBlinds\s[$€](2000|2500|3000|3500|4000|5000|6000|7000|8000|1000 0|15000|20000|25000)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.)

Use that code and put your blinds.
PlaceMint: Window Positioning Tool Quote
11-04-2014 , 04:34 AM
Thank you 5 slots work perfectly, but 6th slot doesn't detect tables.
Regex:
[$€][\d,.]+.*?\s((NL|(No\s|Pot\s)?Limit)\s)?(Hold'em)?\s?((\[.+?\])?|.*?\.\.\.)(\s-\sBlinds\s[$€](1250|1500|2000|2500|3000|3500|4000|5000|6000|8000 |10000|15000)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.)

Last edited by DamianMKS; 11-04-2014 at 04:47 AM.
PlaceMint: Window Positioning Tool Quote
11-04-2014 , 05:45 AM
look and see if the correct code is put in slot 6
PlaceMint: Window Positioning Tool Quote
11-04-2014 , 01:59 PM
Does anyone have the code for Carbon Poker? Got some old ones but they dont work... :/
PlaceMint: Window Positioning Tool Quote

      
m