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 | Carter Hart | LA Kings | 69 | 41 | 20 | 6 | 0.920 | 2.45 | 3936 | 12 | 4 | 161 | 2005 | 0 | 2 | 1 | 0.607 | 28 | 68 | 14 | 7 | 9 | 5 |
2 | Tuukka Rask | Philadelphie | 59 | 41 | 12 | 5 | 0.927 | 2.49 | 3449 | 8 | 4 | 143 | 1953 | 0 | 1 | 0 | 0.833 | 12 | 58 | 24 | 13 | 6 | 4 |
3 | Jonathan Bernier | Pittsburgh | 65 | 38 | 22 | 5 | 0.916 | 2.51 | 3866 | 4 | 5 | 162 | 1933 | 0 | 1 | 2 | 0.773 | 22 | 65 | 17 | 9 | 5 | 3 |
4 | Connor Hellebuyck | Calgary | 65 | 38 | 18 | 7 | 0.926 | 2.28 | 3814 | 8 | 5 | 145 | 1968 | 0 | 4 | 0 | 0.737 | 19 | 62 | 20 | 12 | 3 | 1 |
5 | Ben Bishop | Kansas City | 64 | 37 | 21 | 6 | 0.917 | 2.40 | 3829 | 2 | 3 | 153 | 1839 | 0 | 2 | 2 | 0.750 | 24 | 64 | 18 | 9 | 3 | 1 |
6 | Robin Lehner | Quebec | 57 | 37 | 18 | 2 | 0.917 | 2.61 | 3425 | 2 | 3 | 149 | 1792 | 0 | 5 | 1 | 1.000 | 8 | 57 | 25 | 5 | 2 | 3 |
7 | Andrei Vasilevskiy | Minnesota | 64 | 36 | 19 | 9 | 0.909 | 2.70 | 3818 | 2 | 3 | 172 | 1898 | 0 | 3 | 0 | 0.667 | 27 | 63 | 19 | 7 | 3 | 6 |
8 | Sergei Bobrovsky | Buffalo | 65 | 36 | 25 | 3 | 0.915 | 2.74 | 3877 | 0 | 1 | 177 | 2074 | 0 | 1 | 2 | 1.000 | 3 | 64 | 18 | 4 | 7 | 2 |
9 | Semyon Varlamov | Islanders | 65 | 35 | 23 | 4 | 0.919 | 2.51 | 3809 | 29 | 3 | 159 | 1972 | 0 | 3 | 0 | 0.545 | 11 | 63 | 19 | 7 | 7 | 3 |
10 | Kaapo Kahkonen | Vancouver | 57 | 34 | 17 | 4 | 0.914 | 2.69 | 3364 | 4 | 2 | 151 | 1759 | 0 | 1 | 3 | 0.571 | 21 | 56 | 26 | 5 | 3 | 2 |