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 | Thatcher Demko | Vancouver Canucks | 16 | 11 | 5 | 0 | 0.926 | 2.24 | 911 | 0 | 0 | 34 | 462 | 234 | 2 | 1 | 0 | 0 | 16 | 3 | 2 | 2 | 1 |
2 | Jake Oettinger | Dallas Stars | 17 | 11 | 5 | 1 | 0.913 | 2.60 | 992 | 0 | 0 | 43 | 493 | 229 | 1 | 0 | 0 | 0 | 17 | 2 | 0 | 0 | 1 |
3 | Kevin Lankinen | Tampa Bay Lightning | 17 | 11 | 4 | 1 | 0.915 | 2.50 | 960 | 2 | 0 | 40 | 470 | 202 | 0 | 0 | 0.857 | 7 | 16 | 5 | 0 | 0 | 2 |
4 | Jordan Binnington | Montreal Canadiens | 17 | 10 | 3 | 4 | 0.928 | 2.31 | 1012 | 0 | 1 | 39 | 542 | 295 | 2 | 0 | 0.333 | 3 | 17 | 3 | 5 | 1 | 0 |
5 | Connor Hellebuyck | Winnipeg Jets | 18 | 10 | 5 | 2 | 0.910 | 2.82 | 1020 | 0 | 1 | 48 | 534 | 267 | 0 | 0 | 0.875 | 8 | 18 | 2 | 5 | 1 | 1 |
6 | Sergei Bobrovsky | New Jersey Devils | 18 | 10 | 5 | 2 | 0.904 | 2.50 | 1056 | 2 | 0 | 44 | 456 | 210 | 0 | 0 | 1.000 | 2 | 17 | 4 | 1 | 0 | 1 |
7 | Cam Talbot | Minnesota Wild | 17 | 10 | 6 | 1 | 0.896 | 3.38 | 976 | 0 | 0 | 55 | 528 | 231 | 0 | 1 | 0 | 0 | 17 | 4 | 2 | 0 | 0 |
8 | Igor Shesterkin | New York Rangers | 16 | 9 | 5 | 2 | 0.907 | 2.72 | 947 | 0 | 0 | 43 | 461 | 235 | 1 | 1 | 0.500 | 6 | 16 | 4 | 3 | 2 | 1 |
9 | Jacob Markstrom | Calgary Flames | 17 | 9 | 7 | 1 | 0.891 | 3.29 | 895 | 0 | 0 | 49 | 450 | 191 | 2 | 0 | 0.500 | 2 | 17 | 1 | 3 | 1 | 0 |
10 | Jeremy Swayman | Boston Bruins | 14 | 9 | 4 | 0 | 0.907 | 2.72 | 795 | 0 | 0 | 36 | 386 | 192 | 0 | 0 | 0.667 | 3 | 13 | 7 | 1 | 1 | 1 |