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 | Petr Mrazek | Red Wings | 66 | 41 | 18 | 3 | 0.911 | 2.78 | 3776 | 4 | 1 | 175 | 1961 | 973 | 4 | 2 | 0.667 | 30 | 62 | 15 | 5 | 7 | 3 |
2 | Jacob Markstrom | Jets | 71 | 40 | 24 | 7 | 0.895 | 3.11 | 4016 | 4 | 1 | 208 | 1983 | 806 | 4 | 2 | 0.692 | 26 | 70 | 10 | 4 | 3 | 1 |
3 | Maxime Daigneault | Devils | 61 | 40 | 16 | 5 | 0.905 | 2.87 | 3617 | 0 | 1 | 173 | 1815 | 805 | 2 | 1 | 0.591 | 22 | 61 | 19 | 4 | 5 | 5 |
4 | Carey Price | Blues | 65 | 39 | 21 | 5 | 0.902 | 2.98 | 3781 | 2 | 1 | 188 | 1914 | 890 | 2 | 0 | 0.677 | 31 | 64 | 16 | 5 | 7 | 2 |
5 | Alex Nedeljkovic | Lightning | 70 | 38 | 22 | 6 | 0.896 | 3.25 | 3950 | 2 | 1 | 214 | 2066 | 955 | 6 | 1 | 0.417 | 24 | 70 | 10 | 7 | 5 | 1 |
6 | Kevin Poulin | Bruins | 70 | 37 | 26 | 6 | 0.910 | 2.80 | 4155 | 4 | 0 | 194 | 2144 | 1023 | 2 | 2 | 0.816 | 38 | 67 | 11 | 7 | 6 | 3 |
7 | James Reimer | Oilers | 70 | 36 | 27 | 6 | 0.894 | 3.19 | 4024 | 2 | 0 | 214 | 2023 | 920 | 7 | 3 | 0.702 | 47 | 70 | 10 | 6 | 3 | 2 |
8 | Ondrej Pavelec | Golden Knights | 67 | 36 | 27 | 3 | 0.897 | 3.17 | 3848 | 2 | 1 | 203 | 1963 | 938 | 5 | 2 | 0.786 | 28 | 67 | 12 | 5 | 6 | 1 |
9 | Tuukka Rask | Blackhawks | 77 | 35 | 35 | 4 | 0.883 | 3.52 | 4331 | 10 | 0 | 254 | 2166 | 1024 | 6 | 4 | 0.650 | 20 | 77 | 2 | 1 | 2 | 2 |
10 | Matt Murray | Stars | 71 | 34 | 22 | 7 | 0.893 | 3.24 | 3889 | 2 | 0 | 210 | 1969 | 870 | 3 | 2 | 0.429 | 21 | 68 | 12 | 3 | 6 | 4 |