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 | Jacob Markstrom | Washington | 52 | 40 | 6 | 3 | 0.937 | 1.99 | 3045 | 6 | 5 | 101 | 1598 | 0 | 1 | 0 | 0.667 | 6 | 49 | 33 | 6 | 6 | 3 |
2 | Darcy Kuemper | Ottawa | 62 | 39 | 15 | 7 | 0.931 | 2.05 | 3632 | 6 | 5 | 124 | 1798 | 0 | 5 | 2 | 0.727 | 11 | 61 | 20 | 11 | 4 | 6 |
3 | Frederik Andersen | Caroline | 67 | 39 | 26 | 2 | 0.926 | 2.22 | 3953 | 4 | 6 | 146 | 1970 | 0 | 2 | 3 | 0.750 | 8 | 62 | 20 | 9 | 6 | 4 |
4 | Jake Oettinger | Columbus | 66 | 39 | 21 | 4 | 0.923 | 2.47 | 3867 | 10 | 3 | 159 | 2078 | 0 | 2 | 1 | 0.417 | 12 | 62 | 20 | 5 | 7 | 2 |
5 | Igor Shesterkin | Edmonton | 63 | 38 | 17 | 8 | 0.939 | 1.95 | 3815 | 2 | 8 | 124 | 2041 | 0 | 2 | 3 | 0.640 | 25 | 62 | 20 | 12 | 10 | 1 |
6 | Ilya Sorokin | Calgary | 65 | 38 | 21 | 3 | 0.923 | 2.35 | 3772 | 0 | 4 | 148 | 1922 | 0 | 4 | 1 | 0.714 | 14 | 64 | 16 | 8 | 5 | 3 |
7 | Juuse Saros | Winnipeg | 65 | 38 | 17 | 7 | 0.925 | 2.28 | 3761 | 2 | 8 | 143 | 1903 | 0 | 0 | 3 | 0.750 | 32 | 63 | 19 | 11 | 0 | 4 |
8 | Thatcher Demko | San Jose | 67 | 38 | 26 | 2 | 0.912 | 2.66 | 3988 | 8 | 3 | 177 | 2001 | 0 | 2 | 3 | 0.960 | 25 | 64 | 18 | 11 | 5 | 4 |
9 | Jack Campbell | Tampa Bay | 67 | 37 | 22 | 4 | 0.923 | 2.54 | 3811 | 12 | 5 | 161 | 2078 | 0 | 1 | 2 | 0.556 | 9 | 62 | 20 | 10 | 5 | 4 |
10 | Sergei Bobrovsky | Buffalo | 66 | 37 | 25 | 3 | 0.902 | 2.87 | 3916 | 4 | 3 | 187 | 1917 | 0 | 0 | 2 | 0.889 | 9 | 65 | 15 | 5 | 5 | 1 |