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 | Connor Hellebuyck | Winnipeg Jets | 30 | 19 | 8 | 2 | 0.915 | 2.65 | 1743 | 0 | 2 | 77 | 901 | 445 | 1 | 0 | 0.875 | 8 | 30 | 3 | 9 | 1 | 1 |
2 | Jake Oettinger | Dallas Stars | 30 | 18 | 10 | 2 | 0.903 | 2.78 | 1748 | 0 | 0 | 81 | 838 | 384 | 1 | 0 | 0 | 0 | 30 | 3 | 0 | 0 | 1 |
3 | Thatcher Demko | Vancouver Canucks | 28 | 17 | 8 | 1 | 0.918 | 2.43 | 1583 | 0 | 0 | 64 | 782 | 387 | 4 | 1 | 0 | 0 | 27 | 5 | 2 | 3 | 1 |
4 | Jacob Markstrom | Calgary Flames | 30 | 17 | 10 | 1 | 0.898 | 2.97 | 1618 | 2 | 1 | 80 | 785 | 329 | 2 | 0 | 0.500 | 2 | 30 | 3 | 4 | 1 | 1 |
5 | Daniil Tarasov | Columbus Blue Jackets | 27 | 17 | 7 | 2 | 0.907 | 2.75 | 1574 | 4 | 0 | 72 | 778 | 392 | 1 | 0 | 0 | 2 | 27 | 6 | 2 | 2 | 3 |
6 | Cam Talbot | Minnesota Wild | 25 | 17 | 7 | 1 | 0.906 | 3.00 | 1440 | 0 | 1 | 72 | 764 | 353 | 0 | 1 | 1.000 | 6 | 25 | 7 | 5 | 0 | 0 |
7 | Kevin Lankinen | Tampa Bay Lightning | 27 | 17 | 6 | 1 | 0.908 | 2.66 | 1491 | 2 | 0 | 66 | 719 | 306 | 1 | 0 | 0.900 | 10 | 25 | 9 | 1 | 0 | 2 |
8 | Laurent Brossoit | Florida Panthers | 26 | 15 | 8 | 3 | 0.913 | 2.61 | 1494 | 0 | 2 | 65 | 750 | 374 | 1 | 0 | 0 | 0 | 26 | 7 | 6 | 1 | 0 |
9 | Sergei Bobrovsky | New Jersey Devils | 29 | 15 | 10 | 3 | 0.902 | 2.73 | 1691 | 2 | 0 | 77 | 788 | 355 | 2 | 0 | 1.000 | 2 | 28 | 5 | 2 | 1 | 1 |
10 | Charlie Lindgren | San Jose Sharks | 25 | 15 | 5 | 4 | 0.911 | 2.50 | 1440 | 4 | 0 | 60 | 672 | 291 | 0 | 0 | 0.933 | 15 | 23 | 12 | 2 | 2 | 2 |