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 | Jonathan Quick | Chicago | 71 | 45 | 19 | 7 | 0.900 | 2.42 | 4284 | 4 | 5 | 173 | 1729 | 0 | 2 | 1 | 0.769 | 13 | 71 | 11 | 2 | 2 | 2 |
2 | Craig Anderson | Washington | 76 | 44 | 19 | 8 | 0.902 | 2.44 | 4285 | 12 | 5 | 174 | 1777 | 0 | 2 | 0 | 0.793 | 29 | 70 | 12 | 4 | 3 | 2 |
3 | Tuukka Rask | Philadelphie | 72 | 44 | 20 | 7 | 0.898 | 2.45 | 4229 | 10 | 6 | 173 | 1688 | 0 | 5 | 2 | 0.722 | 18 | 71 | 11 | 4 | 2 | 3 |
4 | Corey Crawford | Pittsburgh | 64 | 42 | 14 | 4 | 0.900 | 2.43 | 3625 | 0 | 6 | 147 | 1471 | 0 | 4 | 0 | 0.857 | 7 | 64 | 17 | 6 | 2 | 3 |
5 | Pekka Rinne | Montreal | 71 | 41 | 23 | 7 | 0.893 | 2.60 | 4315 | 4 | 4 | 187 | 1749 | 0 | 3 | 2 | 0.862 | 29 | 71 | 11 | 3 | 3 | 1 |
6 | Ben Bishop | Kansas City | 74 | 40 | 22 | 10 | 0.897 | 2.62 | 4322 | 12 | 3 | 189 | 1829 | 0 | 0 | 0 | 0.800 | 30 | 73 | 6 | 4 | 3 | 5 |
7 | Jake Allen | Detroit | 75 | 40 | 26 | 7 | 0.892 | 2.61 | 4275 | 0 | 8 | 186 | 1718 | 0 | 2 | 1 | 0.722 | 18 | 72 | 10 | 4 | 3 | 4 |
8 | Sergei Bobrovsky | Buffalo | 71 | 40 | 24 | 6 | 0.899 | 2.57 | 4175 | 4 | 2 | 179 | 1771 | 0 | 2 | 0 | 0.889 | 9 | 68 | 14 | 5 | 7 | 2 |
9 | Andrei Vasilevskiy | Minnesota | 70 | 39 | 23 | 5 | 0.899 | 2.51 | 3901 | 8 | 5 | 163 | 1607 | 0 | 0 | 0 | 0.900 | 20 | 67 | 15 | 6 | 5 | 2 |
10 | Marc-Andre Fleury | Hartford | 70 | 39 | 25 | 4 | 0.891 | 2.82 | 4044 | 4 | 0 | 190 | 1743 | 0 | 5 | 2 | 0.750 | 16 | 68 | 14 | 4 | 1 | 3 |