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 | Connor Hellebuyck | Ottawa Senators | 18 | 10 | 4 | 2 | 0.904 | 2.90 | 1013 | 4 | 0 | 49 | 511 | 208 | 1 | 0 | 0.000 | 0 | 18 | 6 | 1 | 0 | 0 |
2 | Pekka Rinne | St.Louis Blues | 16 | 10 | 2 | 3 | 0.914 | 2.62 | 940 | 0 | 0 | 41 | 479 | 203 | 1 | 1 | 0.000 | 0 | 16 | 3 | 1 | 2 | 0 |
3 | Roberto Luongo | New York Islanders | 14 | 9 | 3 | 2 | 0.939 | 1.78 | 908 | 0 | 1 | 27 | 444 | 207 | 2 | 0 | 0.000 | 0 | 14 | 0 | 3 | 1 | 3 |
4 | Joe Cannata | Edmonton Oilers | 8 | 8 | 0 | 0 | 0.928 | 1.99 | 482 | 0 | 0 | 16 | 221 | 122 | 0 | 0 | 0.000 | 0 | 8 | 14 | 1 | 2 | 0 |
5 | Antti Niemi | Edmonton Oilers | 14 | 8 | 4 | 2 | 0.902 | 2.96 | 873 | 0 | 0 | 43 | 439 | 227 | 1 | 0 | 0.000 | 0 | 14 | 0 | 2 | 1 | 1 |
6 | Juuse Saros | Ottawa Senators | 10 | 4 | 2 | 2 | 0.905 | 2.67 | 494 | 0 | 0 | 22 | 232 | 103 | 1 | 1 | 0.000 | 0 | 6 | 18 | 1 | 0 | 0 |
7 | Antti Raanta | Columbus Blue Jackets | 8 | 4 | 4 | 0 | 0.922 | 2.39 | 478 | 0 | 0 | 19 | 244 | 95 | 0 | 1 | 0.000 | 0 | 8 | 2 | 2 | 1 | 1 |
8 | Semyon Varlamov | Colorado Avalanche | 7 | 4 | 0 | 3 | 0.924 | 2.45 | 441 | 0 | 1 | 18 | 238 | 114 | 0 | 0 | 0.000 | 0 | 7 | 3 | 1 | 1 | 0 |
9 | Robin Lehner | Detroit Red Wings | 8 | 4 | 3 | 1 | 0.912 | 2.80 | 493 | 2 | 0 | 23 | 262 | 134 | 0 | 0 | 0.000 | 0 | 8 | 4 | 1 | 1 | 0 |
10 | Matt Murray | Detroit Red Wings | 5 | 3 | 0 | 1 | 0.913 | 2.42 | 273 | 0 | 0 | 11 | 127 | 61 | 0 | 0 | 0.000 | 0 | 4 | 8 | 1 | 1 | 0 |