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
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
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
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
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
Alex Ovechkin, Artemi Panarin, Nick Bjugstad, Roope Hintz, Mika Zibanejad
Gardien
#1 : Andrei Vasilevskiy, #2 : Pyotr Kochetkov
Lignes d’attaque personnalisées en prolongation
Alex Ovechkin, Artemi Panarin, Brayden Point, Roope Hintz, Mika Zibanejad, Aliaksei Protas, Aliaksei Protas, Brock Boeser, Ryan Strome, Anthony Mantha, Nick Bjugstad
Lignes de défense personnalisées en prolongation
Erik Karlsson, Adam Larsson, Alex Pietrangelo, Braden Schneider, Simon Edvinsson
Astuces sur les filtres (anglais seulement)
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
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
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
[2026-03-08 20:05:39] - TRADE : From Wolfpack to Rednecks : Dylan Larkin (75), Filip Gustavsson (75), Y:26-RND:1-SHA. [2026-03-08 20:05:39] - TRADE : From Rednecks to Wolfpack : Brayden Point (75), Andrei Vasilevskiy (77). [2026-03-05 22:09:11] - TRADE : From Wolfpack to Raiders : Vladimir Tarasenko (70), Brett Howden (68), Brian Dumoulin (68), Jagger Firkus (60), Y:27-RND:3-MJJ. [2026-03-05 22:09:11] - TRADE : From Raiders to Wolfpack : Alex Pietrangelo (71), Jamie Benn (73). [2026-03-04 22:10:00] - TRADE : From Wolfpack to Lions : Y:27-RND:3-SHA. [2026-03-04 22:10:00] - TRADE : From Lions to Wolfpack : Ross Colton (69). [2026-02-17 22:06:35] - TRADE : From Wolfpack to Raiders : Ryan Leonard (P), Trey Augustine (P). [2026-02-17 22:06:35] - TRADE : From Raiders to Wolfpack : Aleksander Barkov (77). [2026-02-15 22:10:30] - New Record for Team's Most Penalties Minutes (41) in 1 Game for Wolfpack! [2026-01-16 22:10:57] - TRADE : From Hydrofish to Wolfpack : Anthony Mantha (70), Nick Bjugstad (70). [2026-01-16 22:10:57] - TRADE : From Wolfpack to Hydrofish : Fabian Lysell (62), Logan Mailloux (65), Jesperi Kotkaniemi (67), Cole Beaudoin (P), Y:26-RND:2-LVD. [2026-01-13 22:03:39] - TRADE : From Wolfpack to KingKong : Nikolaj Ehlers (73), Will Cuylle (70), Cole Hutson (P). [2026-01-13 22:03:39] - TRADE : From KingKong to Wolfpack : Brett Howden (68), Dylan Larkin (75), Y:26-RND:2-LVD. [2026-01-09 22:04:52] - TRADE : From Wolfpack to Traffic : Conor Geekie (65), Justin Sourdif (61), Vinnie Hinostroza (65), Y:26-RND:3-MJJ, Y:26-RND:5-SHA. [2026-01-09 22:04:52] - TRADE : From Traffic to Wolfpack : Brock Boeser (73), Brian Dumoulin (68). [2026-01-03 22:08:06] - TRADE : From Wolfpack to Lions : Tyler Bertuzzi (70), Y:26-RND:3-SHA. [2026-01-03 22:08:06] - TRADE : From Lions to Wolfpack : Jacob Trouba (68), Ryan Strome (69). [2026-01-01 23:52:40] - General Manager Change : Wolfpack hired general manager Pascal Simoneau [2026-01-01 23:52:40] - General Manager Change : Wolfpack fired general manager Jimmy Martel [2025-12-07 22:01:00] - New Record for Team's Most Shots (59) in 1 Game for Wolfpack! [2025-11-06 22:05:42] - Matt Martin signed with Wolfpack for 500 000 $ for 1 year(s). [2025-11-06 22:05:42] - Matt Martin was added to Wolfpack. [2025-11-05 22:12:25] - General Manager Change : Wolfpack hired general manager Jimmy Martel [2025-11-05 22:12:25] - General Manager Change : Wolfpack fired general manager Olivier Loranger [2025-11-05 22:12:05] - General Manager Change : Wolfpack hired general manager Olivier Loranger [2025-11-05 22:12:05] - General Manager Change : Wolfpack fired general manager Olivier Loranger
[2026-03-22 22:06:02] Last 7 Days Pro Star : 1 - Alex Ovechkin of Wolfpack (5-1-6) / 2 - Joel Eriksson Ek of Whalers (3-3-6) / 3 - Connor McDavid of Jésus (5-2-7)
[2026-03-18 22:00:31] Last 30 Days Pro Star : 1 - Auston Matthews of Chiefs (9-12-21) / 2 - Alex Ovechkin of Wolfpack (9-8-17) / 3 - Joel Eriksson Ek of Whalers (8-7-15) [2026-03-17 22:01:01] Successfully loaded Wolfpack lines done with Web Base Client and SQLite Database.
[2026-03-16 22:02:21] Pro Game #905 - Alex Ovechkin from Wolfpack has scored a Hat Trick!
[2026-03-14 22:15:16] Mika Zibanejad from Wolfpack is back from Sprained Left Knee Injury. [2026-03-14 22:14:59] Successfully loaded Wolfpack lines done with Web Base Client and SQLite Database.
[2026-03-13 22:02:09] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-13 22:02:08] Game 887 - Mika Zibanejad from Wolfpack is injured (Sprained Left Knee) and is out for 3 days.
[2026-03-12 22:08:14] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines. [2026-03-09 22:02:17] Successfully loaded Wolfpack lines done with Web Base Client and SQLite Database.
[2026-03-08 22:43:57] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-08 22:43:57] Last 7 Days Farm Star : 1 - Philipp Grubauer of Coyotes (0,958) / 2 - Zach Benson of Omegas (4-1-5) / 3 - Connor Dewar of Mighty Pigs (4-2-6) [2026-03-08 22:34:55] Auto Lines Function has been run for Wolfpack.
[2026-03-08 20:05:39] TRADE : From Wolfpack to Rednecks : Dylan Larkin (75), Filip Gustavsson (75), Y:26-RND:1-SHA.
[2026-03-08 20:05:39] TRADE : From Rednecks to Wolfpack : Brayden Point (75), Andrei Vasilevskiy (77). [2026-03-07 22:03:22] Auto Lines Function has been run for Wolfpack. [2026-03-07 22:03:22] Auto Roster Partial Function has been run for Wolfpack.
[2026-03-07 22:01:14] Simon Edvinsson from Wolfpack is back from Right Hand Injury.
[2026-03-07 22:01:14] Adam Larsson from Wolfpack is back from Strained Back Injury.
[2026-03-07 22:01:14] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-07 22:01:13] Game 849 - Simon Edvinsson from Wolfpack is injured (Right Hand) and is out for 2 days. [2026-03-06 22:32:24] Auto Lines Function has been run for Coyotes. [2026-03-06 22:30:49] Successfully loaded Wolfpack lines done with Web Base Client and SQLite Database.
[2026-03-05 22:09:11] TRADE : From Wolfpack to Raiders : Vladimir Tarasenko (70), Brett Howden (68), Brian Dumoulin (68), Jagger Firkus (60), Y:27-RND:3-MJJ.
[2026-03-05 22:09:11] TRADE : From Raiders to Wolfpack : Alex Pietrangelo (71), Jamie Benn (73). [2026-03-05 22:03:38] Successfully loaded Wolfpack lines done with Web Base Client and SQLite Database.
[2026-03-04 22:10:00] TRADE : From Wolfpack to Lions : Y:27-RND:3-SHA.
[2026-03-04 22:10:00] TRADE : From Lions to Wolfpack : Ross Colton (69).
[2026-03-04 22:07:31] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-04 22:07:25] Game 829 - Adam Larsson from Wolfpack is injured (Strained Back) and is out for 5 days.
[2026-03-01 22:03:34] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-01 22:03:33] Last 7 Days Pro Star : 1 - Brandon Hagel of Nordiques (1-4-5) / 2 - Artemi Panarin of Wolfpack (3-2-5) / 3 - Joel Eriksson Ek of Whalers (2-3-5)
[2026-03-01 22:03:32] Pro Game #813 - Aliaksei Protas from Wolfpack has scored a Hat Trick! [2026-02-28 22:00:47] Successfully loaded Wolfpack lines done with Web Base Client and SQLite Database.
[2026-02-27 22:02:58] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-02-25 22:09:20] Coyotes lines for next game are empty. Current rosters/lines are not erased. But, Wolfpack lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.