Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Goalie Name | Team Name | GP | W | L | OTL | PCT | GAA | MP | PIM | SO | GA | SA | SAR | A | EG | PS % | PSA | ST | BG | S1 | S2 | S3 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Mike Curran | FIGHTING SAINTS | 3 | 3 | 0 | 0 | 0.942 | 2.00 | 180 | 0 | 1 | 6 | 104 | 71 | 0 | 0 | 0 | 0 | 3 | 0 | 1 | 0 | 0 |
2 | Gilles Gratton | TOROS | 2 | 2 | 0 | 0 | 0.925 | 2.50 | 120 | 0 | 0 | 5 | 67 | 31 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 |
3 | Joe Daley | JETS | 3 | 2 | 1 | 0 | 0.912 | 3.19 | 188 | 0 | 0 | 10 | 114 | 63 | 1 | 1 | 0 | 0 | 3 | 0 | 0 | 0 | 1 |
4 | Ian Wilkie | SHARKS | 2 | 2 | 0 | 0 | 0.917 | 2.95 | 122 | 0 | 0 | 6 | 72 | 48 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 |
5 | Gerry Cheevers | CRUSADERS | 2 | 1 | 1 | 0 | 0.878 | 4.22 | 128 | 0 | 0 | 9 | 74 | 31 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 |
6 | Bernie Parent | GOLDEN BLADES | 3 | 1 | 2 | 0 | 0.898 | 4.40 | 191 | 0 | 0 | 14 | 137 | 79 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 |
7 | Danny Sullivan | OILERS | 1 | 1 | 0 | 0 | 0.906 | 3.00 | 60 | 0 | 0 | 3 | 32 | 20 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 |
8 | Les Binkley | TOROS | 1 | 0 | 1 | 0 | 0.850 | 5.07 | 71 | 0 | 0 | 6 | 40 | 22 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 |
9 | Serge Aubry | NORDIQUES | 3 | 0 | 2 | 0 | 0.927 | 2.45 | 147 | 0 | 0 | 6 | 82 | 50 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 |
10 | Richard Brodeur | NORDIQUES | 1 | 0 | 1 | 0 | 0.783 | 9.68 | 31 | 0 | 0 | 5 | 23 | 13 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 |
11 | Russ Gillow | SHARKS | 1 | 0 | 1 | 0 | 0.900 | 4.07 | 59 | 0 | 0 | 4 | 40 | 19 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
12 | Jack Norris | OILERS | 2 | 0 | 2 | 0 | 0.911 | 3.93 | 122 | 0 | 0 | 8 | 90 | 52 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 |
13 | Gary Kurt | CRUSADERS | 1 | 0 | 1 | 0 | 0.868 | 5.00 | 60 | 0 | 0 | 5 | 38 | 20 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 |