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 | Kevin Poulin | Bruins | 80 | 44 | 32 | 3 | 0.900 | 3.09 | 4519 | 4 | 1 | 233 | 2326 | 1077 | 10 | 1 | 0.711 | 38 | 80 | 0 | 9 | 6 | 7 |
2 | Jacob Markstrom | Penguins | 68 | 40 | 22 | 3 | 0.897 | 3.04 | 3832 | 4 | 1 | 194 | 1886 | 797 | 6 | 1 | 0.737 | 19 | 65 | 16 | 7 | 2 | 6 |
3 | Henrik Lundqvist | Flames | 68 | 37 | 20 | 8 | 0.896 | 3.21 | 3799 | 4 | 0 | 203 | 1943 | 939 | 4 | 1 | 0.667 | 21 | 67 | 13 | 4 | 5 | 2 |
4 | Robin Lehner | Red Wings | 62 | 37 | 19 | 6 | 0.905 | 2.87 | 3686 | 0 | 1 | 176 | 1855 | 848 | 5 | 3 | 0.609 | 23 | 62 | 18 | 6 | 7 | 2 |
5 | Carey Price | Blues | 65 | 36 | 19 | 8 | 0.898 | 3.11 | 3706 | 4 | 0 | 192 | 1877 | 884 | 5 | 2 | 0.737 | 19 | 62 | 18 | 5 | 4 | 3 |
6 | James Reimer | Oilers | 70 | 35 | 24 | 9 | 0.901 | 3.07 | 4082 | 4 | 0 | 209 | 2105 | 993 | 4 | 3 | 0.606 | 33 | 69 | 11 | 9 | 3 | 6 |
7 | Petr Mrazek | Panthers | 64 | 35 | 23 | 4 | 0.902 | 3.07 | 3693 | 2 | 1 | 189 | 1931 | 951 | 3 | 4 | 0.690 | 29 | 62 | 18 | 8 | 3 | 1 |
8 | Matt Murray | Stars | 70 | 34 | 26 | 4 | 0.896 | 3.10 | 3935 | 2 | 0 | 203 | 1960 | 930 | 5 | 1 | 0.758 | 33 | 68 | 12 | 3 | 4 | 3 |
9 | Jonathan Quick | Canucks | 71 | 33 | 30 | 6 | 0.889 | 3.44 | 4186 | 2 | 2 | 240 | 2156 | 972 | 5 | 1 | 0.725 | 40 | 71 | 8 | 6 | 5 | 1 |
10 | Kristers Gudlevskis | Canadiens | 72 | 33 | 26 | 8 | 0.882 | 3.58 | 4022 | 6 | 0 | 240 | 2032 | 929 | 4 | 0 | 0.522 | 23 | 72 | 8 | 2 | 4 | 1 |