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
Connor McDavid, Matthew Tkachuk, Patrik Laine, Zemgus Girgensons, Brady Tkachuk
Gardien
#1 : Mackenzie Blackwood, #2 : Jacob Markstrom
Lignes d'Attaque Perso. en Prol.
Connor McDavid, Matthew Tkachuk, Patrik Laine, Zemgus Girgensons, Brady Tkachuk, Dominik Kubalik, Dominik Kubalik, Stefan Matteau, Max Domi, Ryan McLeod, Connor Brown
Lignes de Défense Perso. en Prol.
Dougie Hamilton, Damon Severson, Rasmus Ristolainen, Matt Grzelcyk, Sami Vatanen
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
Éspoir
Nom de l'Équipe
Année de Repêchage
Choix Total
Information
Lien
Angus Crookshank
Vancouver Canucks
2018
129
Christopher Romaine
Vancouver Canucks
2022
176
Cole Huckins
Vancouver Canucks
2021
57
Connor Hall
Vancouver Canucks
2016
94
Dmitri Katelevsky
Vancouver Canucks
2021
86
Jack Sparkes
Vancouver Canucks
2022
135
Jake Sloan
Vancouver Canucks
2022
103
Jaromir Pytlik
Vancouver Canucks
2020
104
Liam Arnsby
Vancouver Canucks
2022
192
Logan Morrisson
Vancouver Canucks
2020
120
Parker Bell
Vancouver Canucks
2022
132
Toni Utunen
Vancouver Canucks
2018
149
Victor Söderström
Vancouver Canucks
2019
22
Vojtech Polak
Vancouver Canucks
2022
231
Wyatte Wylie
Vancouver Canucks
2018
137
Choix au Repêchage
Année
R1
R2
R3
R4
R5
R6
R7
2023
2024
2025
2026
2027
[2023-02-07 06:04:55] - TRADE : From Vancouver Canucks to Chicago Blackhawks : Frédéric Brunet (P), Y:2023-RND:1-VAN, Y:2023-RND:6-WSH. [2023-02-07 06:04:55] - TRADE : From Chicago Blackhawks to Vancouver Canucks : Mackenzie Blackwood, Y:2023-RND:6-VEG. [2022-11-06 05:31:51] - TRADE : From Seattle Kraken to Vancouver Canucks : Cooper Marody. [2022-11-06 05:31:51] - TRADE : From Vancouver Canucks to Seattle Kraken : Troy Terry, Y:2023-RND:5-CLB. [2022-11-06 05:30:35] - Mac Bennett signed with Vancouver Canucks for 700 000 $ for 2 year(s). [2022-11-06 05:30:35] - Mac Bennett was added to Vancouver Canucks. [2022-11-05 06:26:02] - TRADE : From Vancouver Canucks to Montreal Canadiens : Jordan Oesterle. [2022-11-05 06:26:02] - TRADE : From Montreal Canadiens to Vancouver Canucks : Mathieu Desgagnés. [2022-11-02 07:05:19] - TRADE : From Vancouver Canucks to Florida Panthers : Y:2024-RND:1-VAN, Y:2024-RND:3-WSH, Y:2024-RND:4-VAN. [2022-11-02 07:05:19] - TRADE : From Florida Panthers to Vancouver Canucks : Mario Ferraro, Victor Söderström (P). [2022-10-27 07:18:52] - TRADE : From Vancouver Canucks to Chicago Blackhawks : Martin Necas, Jérémy Davies, Y:2023-RND:4-SJS, Y:2023-RND:5-OTT. [2022-10-27 07:18:52] - TRADE : From Chicago Blackhawks to Vancouver Canucks : Max Domi, Y:2026-RND:6-CHI. [2022-10-27 07:17:47] - Jordan Schmaltz signed with Vancouver Canucks for 875 000 $ for 2 year(s). [2022-10-27 07:17:47] - Jordan Schmaltz was added to Vancouver Canucks. [2022-10-22 06:54:01] - TRADE : From Vancouver Canucks to Arizona Coyotes : Ahti Oksanen, Y:2023-RND:3-FLA. [2022-10-22 06:54:01] - TRADE : From Arizona Coyotes to Vancouver Canucks : Jacob Markstrom. [2022-10-20 07:23:07] - TRADE : From Washington Capitals to Vancouver Canucks : Y:2023-RND:4-SJS, Y:2024-RND:3-WSH, Y:2025-RND:3-WSH. [2022-10-20 07:23:07] - TRADE : From Vancouver Canucks to Washington Capitals : Chris Driedger, Erik Cernak, 5 000 000 $ (Money), Y:2024-RND:2-VAN. [2022-10-07 09:22:04] - TRADE : From Vancouver Canucks to Calgary Flames : Lucas Johansen, Brandon Hagel, 3 000 000 $ (Money), Y:2024-RND:1-FLA. [2022-10-07 09:22:04] - TRADE : From Calgary Flames to Vancouver Canucks : Damon Severson, Todd Burgess, 2 500 000 $ (Salary Cap). [2022-09-11 07:21:37] - TRADE : From Anaheim Ducks to Vancouver Canucks : Troy Terry.
[2023-02-07 19:22:00] Vancouver Canucks roster errors : Too many Goalie available in Pro Team! 3 Dressed. Maximum is 2.
Some errors will be automatically fixed.
[2023-02-07 06:04:55] TRADE : From Vancouver Canucks to Chicago Blackhawks : Frédéric Brunet (P), Y:2023-RND:1-VAN, Y:2023-RND:6-WSH. [2023-02-07 06:04:55] TRADE : From Chicago Blackhawks to Vancouver Canucks : Mackenzie Blackwood, Y:2023-RND:6-VEG.
[2023-02-07 06:02:33] Pro Game #1085 - Patrik Laine from Vancouver Canucks has scored a Hat Trick!
[2023-02-06 06:34:27] Matt Filipe(Vancouver Canucks) cleared from waivers and was sent to down farm. [2023-02-05 07:58:37] Successfully loaded Vancouver Canucks lines done with STHS Client - 3.3.5.5
[2023-02-05 07:58:37] Matt Filipe of Vancouver Canucks was sent down to farm.
[2023-02-05 07:58:37] Vancouver Canucks placed Matt Filipe on waivers.
[2023-02-04 07:38:27] Last 7 Days Pro Star : 1 - Connor McDavid of Vancouver Canucks (8-6-14) / 2 - Patrik Laine of Vancouver Canucks (6-7-13) / 3 - Mikko Rantanen of Toronto Maple Leafs (6-2-8)
[2023-02-03 06:24:43] Pro Game #1052 - Connor McDavid from Vancouver Canucks has scored a Hat Trick! [2023-01-31 06:11:40] Sami Vatanen from Vancouver Canucks is back from Lower Body Injury.
[2023-01-30 06:48:30] Pro Game #1015 - Patrik Laine from Vancouver Canucks has scored a Hat Trick! [2023-01-28 06:31:24] Matthew Cairns from Chicago Wolves is back from Sprained Right Finger Injury. [2023-01-25 06:45:42] Carl Klingberg from Chicago Wolves is back from Torso Injury. [2023-01-25 06:45:41] Game 949 - Carl Klingberg from Chicago Wolves is injured (Torso) and is out for 2 days. [2023-01-22 21:13:39] Auto Lines Partial Function has been run for Chicago Wolves.
[2023-01-22 21:13:13] Chicago Wolves roster errors : Not enough Defenseman available in Farm Team! 4 Dressed. 5 Required.
Not enough Players available in Farm Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-22 21:13:10] Successfully loaded Vancouver Canucks lines done with STHS Client - 3.3.5.5
[2023-01-22 21:13:08] Matt Filipe of Vancouver Canucks was sent to pro. [2023-01-22 07:22:23] Game 964 - Sami Vatanen from Vancouver Canucks is injured (Lower Body) and is out for 2 weeks. [2023-01-22 07:22:23] Trevor Carrick from Chicago Wolves is injured from Exhaustion.
[2023-01-21 08:13:10] Last 7 Days Pro Star : 1 - Andreas Johnsson of Philadelphia Flyers (7-2-9) / 2 - Connor McDavid of Vancouver Canucks (6-2-8) / 3 - Auston Matthews of Tampa Bay Lightning (3-4-7)
[2023-01-18 06:57:27] Pro Game #942 - Connor McDavid from Vancouver Canucks has scored a Hat Trick!
[2023-01-13 17:45:55] Last 30 Days Pro Star : 1 - Connor McDavid of Vancouver Canucks (17-14-31) / 2 - Patrik Laine of Vancouver Canucks (15-13-28) / 3 - Jeff Skinner of Los Angeles Kings (15-11-26) [2023-01-13 17:41:20] Successfully loaded Vancouver Canucks lines done with STHS Client - 3.3.5.5 [2023-01-11 07:22:06] Matt Filipe from Chicago Wolves is back from Right Foot Injury. [2023-01-11 07:22:05] Game 867 - Mattias Backman from Chicago Wolves is injured (Fractured Bone in Right Hand) and is out for 1 month.