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 | Los Angeles Kings | 15 | 9 | 6 | 0 | 0.926 | 2.16 | 915 | 4 | 1 | 33 | 445 | 214 | 0 | 0 | 0 | 0 | 15 | 2 | 4 | 1 | 1 |
2 | Jonathan Quick | Philadelphia Flyers | 15 | 9 | 5 | 1 | 0.921 | 2.27 | 899 | 0 | 1 | 34 | 433 | 231 | 1 | 0 | 0 | 0 | 15 | 3 | 5 | 1 | 2 |
3 | Darcy Kuemper | Detroit Red Wings | 15 | 9 | 6 | 0 | 0.914 | 2.64 | 910 | 0 | 0 | 40 | 467 | 221 | 0 | 2 | 0 | 0 | 15 | 2 | 4 | 1 | 0 |
4 | Jordan Binnington | Seattle Kraken | 12 | 7 | 5 | 0 | 0.920 | 2.53 | 713 | 0 | 0 | 30 | 377 | 173 | 1 | 0 | 0 | 0 | 12 | 0 | 1 | 1 | 0 |
5 | Pyotr Kochetkov | New Jersey Devils | 10 | 6 | 4 | 0 | 0.903 | 2.81 | 598 | 0 | 0 | 28 | 288 | 130 | 1 | 0 | 0 | 0 | 10 | 1 | 0 | 1 | 0 |
6 | Sergei Bobrovsky | Chicago Blackhawks | 9 | 6 | 2 | 1 | 0.914 | 2.62 | 572 | 2 | 0 | 25 | 291 | 141 | 0 | 0 | 0 | 0 | 9 | 6 | 0 | 1 | 0 |
7 | Jake Oettinger | Dallas Stars | 11 | 5 | 3 | 1 | 0.916 | 2.56 | 586 | 0 | 0 | 25 | 297 | 155 | 0 | 1 | 0 | 0 | 9 | 3 | 1 | 1 | 1 |
8 | Alexandar Georgiev | Ottawa Senators | 4 | 3 | 1 | 0 | 0.910 | 2.75 | 240 | 0 | 0 | 11 | 122 | 68 | 0 | 0 | 0 | 0 | 4 | 7 | 0 | 0 | 0 |
9 | Connor Hellebuyck | Washington Capitals | 6 | 3 | 3 | 0 | 0.929 | 2.17 | 359 | 0 | 0 | 13 | 184 | 91 | 1 | 0 | 0 | 0 | 6 | 1 | 1 | 0 | 0 |
10 | Marc-Andre Fleury | Chicago Blackhawks | 6 | 3 | 2 | 1 | 0.932 | 1.99 | 361 | 0 | 0 | 12 | 177 | 80 | 0 | 1 | 0 | 0 | 6 | 9 | 2 | 0 | 0 |