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 | Marc-Andre Fleury | Pittsburgh Penguins | 25 | 16 | 8 | 0 | 0.905 | 2.59 | 1438 | 2 | 0 | 62 | 652 | 282 | 2 | 1 | 0.00% | 0 | 25 | 0 | 0 | 2 | 2 |
2 | Ilya Sorokin | Vancouver Canucks | 26 | 14 | 8 | 1 | 0.897 | 2.91 | 1465 | 2 | 1 | 71 | 689 | 288 | 0 | 1 | 0.00% | 0 | 26 | 0 | 6 | 0 | 0 |
3 | Linus Ullmark | Buffalo Sabres | 18 | 11 | 6 | 1 | 0.896 | 2.83 | 1040 | 0 | 1 | 49 | 472 | 224 | 2 | 0 | 0.00% | 0 | 18 | 0 | 2 | 0 | 0 |
4 | Elvis Merzlikins | Nashville Predators | 19 | 11 | 6 | 2 | 0.908 | 2.66 | 1174 | 0 | 0 | 52 | 565 | 242 | 1 | 1 | 0.00% | 0 | 19 | 0 | 2 | 1 | 1 |
5 | Jacob Markstrom | New Jersey Devils | 12 | 7 | 5 | 0 | 0.900 | 2.85 | 717 | 0 | 0 | 34 | 340 | 141 | 0 | 1 | 0.00% | 0 | 12 | 0 | 1 | 0 | 0 |
6 | Igor Shesterkin | Chicago Blackhawks | 11 | 7 | 3 | 0 | 0.885 | 3.25 | 590 | 0 | 0 | 32 | 279 | 112 | 0 | 0 | 0.00% | 0 | 11 | 0 | 0 | 0 | 0 |
7 | Robin Lehner | Los Angeles Kings | 11 | 6 | 2 | 3 | 0.898 | 2.91 | 681 | 4 | 0 | 33 | 324 | 146 | 1 | 0 | 0.00% | 0 | 11 | 0 | 0 | 1 | 0 |
8 | Thatcher Demko | New York Rangers | 10 | 5 | 4 | 1 | 0.911 | 2.58 | 604 | 6 | 0 | 26 | 292 | 135 | 0 | 1 | 0.00% | 0 | 10 | 0 | 0 | 2 | 1 |
9 | Andrei Vasilevskiy | San Jose Sharks | 7 | 3 | 4 | 0 | 0.900 | 2.86 | 420 | 0 | 0 | 20 | 201 | 92 | 1 | 0 | 0.00% | 0 | 7 | 0 | 0 | 0 | 1 |
10 | Semyon Varlamov | Tampa Bay Lightning | 6 | 2 | 2 | 1 | 0.899 | 2.88 | 354 | 0 | 0 | 17 | 169 | 77 | 1 | 0 | 0.00% | 0 | 6 | 0 | 1 | 0 | 0 |