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 | Philipp Grubauer | Islanders | 64 | 43 | 14 | 4 | 0.921 | 2.35 | 3656 | 0 | 2 | 143 | 1821 | 0 | 3 | 3 | 0.824 | 17 | 61 | 14 | 5 | 3 | 2 |
2 | Ben Bishop | Flames | 59 | 42 | 14 | 1 | 0.920 | 2.46 | 3486 | 4 | 4 | 143 | 1797 | 0 | 2 | 1 | 0.000 | 0 | 57 | 20 | 9 | 3 | 3 |
3 | Andrei Vasilevskiy | Predators | 65 | 41 | 22 | 2 | 0.922 | 2.50 | 3907 | 8 | 6 | 163 | 2082 | 0 | 3 | 0 | 0.000 | 2 | 65 | 9 | 5 | 7 | 4 |
4 | Igor Shesterkin | Blackhawks | 56 | 40 | 12 | 4 | 0.927 | 2.17 | 3345 | 4 | 3 | 121 | 1647 | 0 | 2 | 2 | 0.824 | 17 | 56 | 20 | 11 | 1 | 4 |
5 | Semyon Varlamov | Oilers | 56 | 38 | 15 | 3 | 0.912 | 2.51 | 3341 | 4 | 4 | 140 | 1590 | 0 | 3 | 0 | 0.818 | 11 | 56 | 13 | 4 | 4 | 3 |
6 | Marc-Andre Fleury | Canadiens | 60 | 36 | 18 | 4 | 0.920 | 2.54 | 3550 | 6 | 0 | 150 | 1885 | 0 | 2 | 0 | 0.692 | 13 | 59 | 18 | 4 | 2 | 6 |
7 | Carey Price | Kraken | 60 | 31 | 19 | 6 | 0.908 | 2.99 | 3455 | 2 | 5 | 172 | 1860 | 0 | 1 | 0 | 0.900 | 10 | 59 | 17 | 9 | 3 | 2 |
8 | Thomas Greiss | Sabres | 57 | 30 | 19 | 7 | 0.913 | 2.64 | 3346 | 8 | 3 | 147 | 1699 | 0 | 1 | 3 | 0.800 | 20 | 55 | 10 | 5 | 3 | 6 |
9 | Frederik Andersen | Maple Leafs | 59 | 30 | 21 | 5 | 0.910 | 2.79 | 3329 | 2 | 4 | 155 | 1720 | 0 | 0 | 2 | 0.824 | 17 | 56 | 20 | 5 | 2 | 1 |
10 | Robin Lehner | Devils | 57 | 29 | 16 | 6 | 0.919 | 2.47 | 3063 | 0 | 4 | 126 | 1564 | 0 | 2 | 0 | 0.783 | 23 | 54 | 11 | 9 | 7 | 2 |