Worros
ac51876200
PokerStarsTo Fpdb: Fix subtle bug in re_Action
...
The bet action could become multiline greedy if there was a playername starting with 'card' in the next line.
"""
danny purse: bets $0.50
cardjunkie25: calls $0.50
"""
Would match "danny purse: bets $0.50\ncard", and the rest of that line would be ignored.
Added '$' to the end of the regex to make sure that it is limited to 1 line, and wrap 'cards' as a group.
2010-02-07 19:08:23 +08:00
..
2010-01-21 19:15:25 +01:00
2009-12-30 15:44:48 +08:00
2009-12-30 15:44:48 +08:00
2009-12-30 15:44:48 +08:00
2009-12-03 17:26:40 +08:00
2010-01-28 21:36:02 +08:00
2010-01-30 14:54:46 -05:00
2010-01-30 14:55:31 -05:00
2010-02-01 21:03:51 +00:00
2010-02-04 00:36:51 +08:00
2010-02-03 00:48:45 +00:00
2010-02-01 09:57:28 -05:00
2010-01-28 05:55:06 -05:00
2010-02-01 22:56:40 +00:00
2010-01-26 23:54:04 +00:00
2010-02-03 01:03:36 +00:00
2010-02-02 21:53:03 +00:00
2010-01-31 13:37:59 -05:00
2010-01-31 11:16:42 +00:00
2010-02-04 23:08:09 +00:00
2010-01-31 23:46:51 +00:00
2010-02-01 21:03:51 +00:00
2010-02-01 00:17:55 +00:00
2009-12-12 12:09:58 +00:00
2010-01-23 16:34:24 +01:00
2010-01-23 16:34:24 +01:00
2010-02-01 22:31:00 +00:00
2010-02-02 10:51:22 -05:00
2009-12-06 22:56:29 +08:00
2010-01-28 22:11:04 +08:00
2010-02-05 17:32:05 +08:00
2010-01-23 14:38:53 +08:00
2010-02-01 22:56:40 +00:00
2010-01-29 13:01:38 +08:00
2009-12-03 16:46:10 +08:00
2010-01-27 09:48:31 -05:00
2010-02-07 19:08:23 +08:00
2010-02-01 08:22:14 +00:00
2010-01-21 13:56:50 +08:00
2009-12-28 10:14:04 +08:00
2010-02-04 16:33:21 -05:00
2010-01-21 19:15:25 +01:00
2010-02-05 21:29:07 +08:00
2009-12-03 17:45:04 +08:00
2010-02-01 14:47:04 +08:00
2010-02-05 11:51:12 +08:00
2009-11-26 21:28:05 +00:00
2010-01-26 23:54:04 +00:00
2010-02-04 16:33:21 -05:00