Hand filter usage

General :

- allowed chars : 0123456789.qwertyuiopasdfghjklzxcvbnm<>!:,+-@$%()[]* - other found in text are removed
- syntax is not case sensitive

Unknown ranks and cards   x  y  z  w  r  o  n  g

x y z w allow to match suits depends on combination
zzyy match hand with 2 suits pairs (ex: As9c7s5c)
zzz force 3 same suits but allow 4, if 4th char is not defined (Ac9c8c7c and Ac9c8c7d will be matched as zzzz and zzzx fits)

r o n g chars allow to match ranks combinations
rroo matches two pairs
rong give 4 different rank on hand
rr - at least one pair on ranks

Operators and syntax  :  ,  !  +  ( )  [ ]  +

, - OR, join different selections
@SET,@STRAIGHT give hands matching set or straight

: - AND, use to merge active groups
@SET:XYZW - give hands matching set where all ranks are different  
RROO:xxyy - two pairs hand with two suits only

! - NOT, returns opposite hands
!A - all hands without Ace

+ - matched and higher than - apply on cards on preflop and combinations on postflop
@SET+ returns hands matching Set, Straight, Full house, Quad, Poker
Q+ - returns hands with Q K or A

() - braces to group matchers
!(AA,AK,AQ,AJ):(@TOPPAIR,@OVERPAIR) - no selected cards groups in selected combinations

[] - braces to set groups or range of ranks, require at least 2 ranks or ranks from to separated by -
[8-T] - card from group 8 9 T
[456] - ranks 4 5 6
[KQJ][78][78][234] - more complex example defining range of each card [KQJ]x[89]x[789]y[45]y - even more complex mixed with ranks

Hand value filters

Allows to filter values of ev , evdiff , evdiff% , range , count with selecting target action index
evdiff - positive value is EV range to second best EV, negative is substraction of node EV and top EV
range - indicate current hand range
count - indicate strategy ratio of hand

Syntax allow selecting target action by putting index number after type or action type (C check or call, F fold , B bets and raises) :
ev1>2 - will filter from EVs first action
evdiff2<5 - filter evdiffs less than 5 from node two  
evC>0:evB>2 - Check/Call not negative and Bets/Raises/Allins not less than 2

Examples :
ev>2 - returns hands where any of actions has EV higher or equal 2
range>0.5:ev>10 - hands with range at least half and ev not less than 10

Postflop combinations

All combinations are prepended with @ mark.
Draws are not excluded by combinations.
Combinations can use index to indicate stronger or weaker match.

@STRAIGHTFLUSH , @FULL , @QUAD , @FLUSH , @STRAIGHT , @SET , @TWOPAIR , @OVERPAIR , @TOPPAIR , @PAIR , @OTHER

Draws : @SD , @OESD , @WRAP , @GUT , @FD

Examples :
@SET2:!J+ - on JT7 board returns hands with TT and no higher cards than J
@TWOPAIR3:!rr - on 864 board 3rd pairing option including 6 and 4, excluding hands with pair