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 | Ben Bishop | Kansas City | 59 | 40 | 11 | 5 | 0.914 | 2.37 | 3520 | 2 | 5 | 139 | 1624 | 0 | 2 | 1 | 0.704 | 27 | 57 | 25 | 3 | 2 | 6 |
2 | Juuse Saros | Winnipeg | 65 | 40 | 16 | 4 | 0.919 | 2.50 | 3702 | 10 | 4 | 154 | 1899 | 0 | 0 | 2 | 0.615 | 13 | 61 | 21 | 5 | 6 | 3 |
3 | Connor Hellebuyck | Calgary | 63 | 39 | 18 | 5 | 0.920 | 2.44 | 3741 | 8 | 4 | 152 | 1903 | 0 | 1 | 4 | 0.556 | 9 | 63 | 19 | 4 | 3 | 6 |
4 | Pavel Francouz | Detroit | 66 | 39 | 20 | 5 | 0.923 | 2.37 | 3876 | 4 | 6 | 153 | 1983 | 0 | 0 | 0 | 0.800 | 15 | 63 | 17 | 13 | 3 | 3 |
5 | Semyon Varlamov | Islanders | 64 | 38 | 16 | 6 | 0.920 | 2.45 | 3575 | 2 | 5 | 146 | 1832 | 0 | 2 | 0 | 0.846 | 13 | 62 | 20 | 7 | 7 | 3 |
6 | Carey Price | Colorado | 67 | 36 | 23 | 6 | 0.913 | 2.68 | 3850 | 2 | 4 | 172 | 1972 | 0 | 1 | 2 | 0.500 | 12 | 66 | 13 | 5 | 8 | 1 |
7 | Jaroslav Halak | San Jose | 57 | 36 | 15 | 4 | 0.914 | 2.62 | 3300 | 8 | 4 | 144 | 1684 | 0 | 1 | 2 | 1.000 | 2 | 57 | 19 | 10 | 2 | 2 |
8 | John Gibson | Vancouver | 62 | 35 | 23 | 2 | 0.908 | 2.87 | 3533 | 6 | 2 | 169 | 1842 | 0 | 3 | 1 | 0.700 | 10 | 61 | 21 | 5 | 0 | 2 |
9 | Robin Lehner | Quebec | 59 | 34 | 18 | 6 | 0.923 | 2.43 | 3463 | 8 | 5 | 140 | 1813 | 0 | 3 | 1 | 0.750 | 4 | 58 | 24 | 9 | 4 | 5 |
10 | Jacob Markstrom | Washington | 63 | 33 | 19 | 10 | 0.912 | 2.71 | 3738 | 6 | 0 | 169 | 1915 | 0 | 1 | 5 | 0.714 | 21 | 62 | 23 | 5 | 2 | 4 |