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
Andreas Borgman, Dan DeKeyser, Matthew Finn, Nikolai Knyzhov, Sami Niku
Gardien
#1 : Vladimir Galkin, #2 : Keith Kinkaid
Lignes d'Attaque Perso. en Prol.
Dylan Gambrell, Rudolfs Balcers, Kevin Stenlund, Sonny Milano, Sami Niku, Rasmus Asplund, Rasmus Asplund, Brett Ritchie, Oskar Sundqvist, Jamie Benn, Anthony Camara
Lignes de Défense Perso. en Prol.
Sami Niku, Christian Wolanin, Andreas Borgman, Nikolai Knyzhov, Matthew Finn
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
Alexei Lipanov
Carolina Hurricanes
2017
45
Allan McShane
Carolina Hurricanes
2018
83
Arseni Koromyslov
Carolina Hurricanes
2022
122
Artyom Duda
Carolina Hurricanes
2022
87
Artyom Grushnikov
Carolina Hurricanes
2021
80
Ayrton Martino
Carolina Hurricanes
2021
45
Brock Faber
Carolina Hurricanes
2020
86
Cedric Pare
Carolina Hurricanes
2017
107
Dmitri Kostenko
Carolina Hurricanes
2021
108
Fabian Zetterlund
Carolina Hurricanes
2017
68
Grigori Denisenko
Carolina Hurricanes
2018
19
Ian Moore
Carolina Hurricanes
2020
142
Jack Studnicka
Carolina Hurricanes
2017
64
Luka Burzan
Carolina Hurricanes
2019
83
Markus Vidicek
Carolina Hurricanes
2022
127
Martin Kaut*
Carolina Hurricanes
2018
16
Nick Henry
Carolina Hurricanes
2017
122
Nicolas Meloche
Carolina Hurricanes
2015
42
Olle Eriksson-Ek
Carolina Hurricanes
2017
149
Reilly Walsh
Carolina Hurricanes
2017
115
Roman Schmidt
Carolina Hurricanes
2021
76
Sam Colangelo
Carolina Hurricanes
2020
56
William Villeneuve
Carolina Hurricanes
2020
38
Yaroslav Alexeyev
Carolina Hurricanes
2017
127
Choix au Repêchage
Année
R1
R2
R3
R4
R5
R6
R7
2023
2024
2025
2026
2027
[2023-02-06 06:35:36] - TRADE : From Carolina Hurricanes to Anaheim Ducks : Nino Niederreiter. [2023-02-06 06:35:36] - TRADE : From Anaheim Ducks to Carolina Hurricanes : Y:2023-RND:6-ANH. [2023-02-05 08:07:53] - TRADE : From Dallas Stars to Carolina Hurricanes : Michael Bournival. [2023-02-05 08:07:53] - TRADE : From Carolina Hurricanes to Dallas Stars : Ty Ronning. [2023-02-01 05:50:00] - Rudolfs Balcers has been selected as assistant for Carolina Hurricanes. [2023-02-01 05:50:00] - Dylan Gambrell is no longer as assistant for Carolina Hurricanes. [2023-02-01 05:50:00] - Sonny Milano has been selected as assistant for Carolina Hurricanes. [2023-02-01 05:50:00] - Jamie Benn is no longer as assistant for Carolina Hurricanes. [2023-02-01 05:50:00] - Dylan Gambrell has been selected as captain for Carolina Hurricanes. [2023-02-01 05:50:00] - Unknown Player is no longer captain for Carolina Hurricanes. [2023-01-27 06:28:18] - TRADE : From Carolina Hurricanes to Anaheim Ducks : David Krejci, Joseph Garreffa, Y:2024-RND:6-CAR. [2023-01-27 06:28:18] - TRADE : From Anaheim Ducks to Carolina Hurricanes : Sami Niku, Rudolfs Balcers. [2022-12-29 05:30:32] - Jamie Benn has been selected as assistant for Carolina Hurricanes. [2022-12-29 05:30:32] - Unknown Player is no longer as assistant for Carolina Hurricanes. [2022-12-29 05:30:32] - David Krejci has been selected as captain for Carolina Hurricanes. [2022-12-29 05:30:32] - Unknown Player is no longer captain for Carolina Hurricanes. [2022-12-11 06:08:16] - TRADE : From Calgary Flames to Carolina Hurricanes : Guillaume Brisebois, Martin Kaut* (P), Y:2023-RND:7-CGY. [2022-12-11 06:08:16] - TRADE : From Carolina Hurricanes to Calgary Flames : Shayne Gostisbehere, 2 000 000 $ (Money). [2022-11-22 05:48:28] - Jacob Peterson was added to Carolina Hurricanes. [2022-10-30 07:55:46] - TRADE : From New Jersey Devils to Carolina Hurricanes : David Krejci, Fabian Zetterlund (P), Y:2024-RND:1-NJD, Y:2025-RND:1-NJD. [2022-10-30 07:55:46] - TRADE : From Carolina Hurricanes to New Jersey Devils : Adam Erne, Y:2023-RND:2-CLB, Y:2025-RND:7-LOS. [2022-10-28 05:51:23] - New Record for Team's Most Shots Blocked (26) in 1 Game for Carolina Hurricanes! [2022-10-21 06:58:10] - TRADE : From Washington Capitals to Carolina Hurricanes : Nino Niederreiter, Y:2023-RND:4-VEG. [2022-10-21 06:58:10] - TRADE : From Carolina Hurricanes to Washington Capitals : Alexander Radulov. [2022-10-09 06:52:40] - TRADE : From Calgary Flames to Carolina Hurricanes : Oskar Sundqvist, Brock Faber (P), Y:2023-RND:2-MTL. [2022-10-09 06:52:40] - TRADE : From Carolina Hurricanes to Calgary Flames : Derek Stepan. [2022-10-07 09:23:09] - TRADE : From Philadelphia Flyers to Carolina Hurricanes : Aaron Ness, Helge Grans, Y:2025-RND:2-PHI. [2022-10-07 09:23:09] - TRADE : From Carolina Hurricanes to Philadelphia Flyers : Ondrej Pavelec, Gerald Mayhew, Y:2023-RND:4-CLB. [2022-09-30 07:12:51] - TRADE : From Minnesota Wild to Carolina Hurricanes : Christian Wolanin, Y:2023-RND:3-NYI. [2022-09-30 07:12:51] - TRADE : From Carolina Hurricanes to Minnesota Wild : Tyler Wotherspoon, Y:2023-RND:5-FLA. [2022-09-19 05:49:52] - TRADE : From Carolina Hurricanes to Arizona Coyotes : Y:2025-RND:7-PHI. [2022-09-19 05:49:52] - TRADE : From Arizona Coyotes to Carolina Hurricanes : Gerald Mayhew, Y:2024-RND:5-ARZ. [2022-09-11 15:48:03] - TRADE : From Carolina Hurricanes to Chicago Blackhawks : Y:2025-RND:7-CAR. [2022-09-11 15:48:03] - TRADE : From Chicago Blackhawks to Carolina Hurricanes : Ryan Hartman, Y:2025-RND:3-CHI. [2022-09-11 07:11:15] - Drake Caggiula was released. [2022-09-11 07:11:15] - Carolina Hurricanes paid 11 000 000 $ to release Drake Caggiula. [2022-09-09 21:54:13] - TRADE : From Los Angeles Kings to Carolina Hurricanes : Brett Ritchie, 5 000 000 $ (Money), Y:2025-RND:7-LOS. [2022-09-09 21:54:13] - TRADE : From Carolina Hurricanes to Los Angeles Kings : Emil Bemstrom, Y:2025-RND:6-CAR. [2022-09-05 17:10:22] - Greg McKegg has been selected as assistant for Charlotte Checkers. [2022-09-05 17:10:22] - Unknown Player is no longer as assistant for Charlotte Checkers. [2022-09-05 17:10:22] - Connor Dewar has been selected as assistant for Charlotte Checkers. [2022-09-05 17:10:22] - Unknown Player is no longer as assistant for Charlotte Checkers. [2022-09-05 17:10:22] - Josh Bailey has been selected as captain for Charlotte Checkers. [2022-09-05 17:10:22] - Unknown Player is no longer captain for Charlotte Checkers. [2022-09-02 19:02:24] - TRADE : From Calgary Flames to Carolina Hurricanes : Ondrej Pavelec, Jack Lafontaine. [2022-09-02 19:02:24] - TRADE : From Carolina Hurricanes to Calgary Flames : Calvin Pickard, Kevin Lankinen, Y:2023-RND:5-COL.
[2023-02-09 05:54:25] Jakob Stenqvist from Charlotte Checkers is back from Bruised Right Foot Injury. [2023-02-08 06:12:38] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5 [2023-02-07 06:02:32] Game 1042 - Jakob Stenqvist from Charlotte Checkers is injured (Bruised Right Foot) and is out for 1 week. [2023-02-06 17:35:01] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5
[2023-02-06 17:35:01] Vladimir Galkin of Carolina Hurricanes was sent to pro. [2023-02-06 06:35:36] TRADE : From Carolina Hurricanes to Anaheim Ducks : Nino Niederreiter. [2023-02-06 06:35:36] TRADE : From Anaheim Ducks to Carolina Hurricanes : Y:2023-RND:6-ANH.
[2023-02-06 06:34:27] Pro Game #1075 - Sonny Milano from Carolina Hurricanes has scored a Hat Trick! [2023-02-05 08:07:53] TRADE : From Dallas Stars to Carolina Hurricanes : Michael Bournival. [2023-02-05 08:07:53] TRADE : From Carolina Hurricanes to Dallas Stars : Ty Ronning.
[2023-02-04 07:38:27] Last 7 Days Farm Star : 1 - Martin Frk of Blainville-Boisbriand Armada (3-4-7) / 2 - Greg McKegg of Charlotte Checkers (2-4-6) / 3 - Joakim Nordstrom of Blainville-Boisbriand Armada (2-4-6) [2023-02-01 05:50:01] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5 [2023-01-30 06:48:10] Auto Lines Partial Function has been run for Charlotte Checkers.
[2023-01-30 06:48:10] Charlotte Checkers (Carolina Hurricanes) lines errors : Normal line # 3 C is empty.
Normal line # 4 LW is empty.
PP line 1 Defense #1 is empty.
PP line2 LW is empty.
Unknown Player is used twice in PP lines 1 and 2.
Penalty Shot Player #2 is empty.
OT Forward #5 is empty.
[2023-01-30 06:48:10] Auto Lines Partial Function has been run for Carolina Hurricanes.
[2023-01-30 06:48:09] Carolina Hurricanes lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 2 RW is empty.
Normal line # 4 C is empty.
Unknown Player is used twice in normal lines 1 and 2.
Unknown Player is used twice in normal lines 1 and 2.
PP line 1 RW is empty.
PK line 1 C is empty.
PP line 1 Defense #1 is empty.
PK3 line 1 forward is empty.
Unknown Player is used twice in PP line#1
4 vs 4 line 2 Defense #2 is empty.
LastMinDef line RW is empty.
OT Forward #1 is empty.
OT Forward #10 is empty.
Unknown Player is used twice in OT Forward
[2023-01-30 06:48:09] Auto Roster Partial Function has been run for Carolina Hurricanes.
[2023-01-30 06:48:09] Carolina Hurricanes roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-28 06:31:24] Game 1006 - Ryan Hartman from Carolina Hurricanes is injured (Abdomen/Ribs) and is out for 1 month. [2023-01-27 19:43:17] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5
[2023-01-27 19:43:17] Vladimir Galkin of Carolina Hurricanes was sent to farm.
[2023-01-27 19:43:14] Maximum Pro Players Limit Reached for Carolina Hurricanes!
[2023-01-27 06:28:30] Maximum Pro Players Limit Reached for Carolina Hurricanes!
[2023-01-27 06:28:22] Maximum Pro Players Limit Reached for Carolina Hurricanes! [2023-01-27 06:28:18] TRADE : From Carolina Hurricanes to Anaheim Ducks : David Krejci, Joseph Garreffa, Y:2024-RND:6-CAR. [2023-01-27 06:28:18] TRADE : From Anaheim Ducks to Carolina Hurricanes : Sami Niku, Rudolfs Balcers.
[2023-01-26 06:56:00] Farm Game #964 - Greg McKegg from Charlotte Checkers has scored a Hat Trick! [2023-01-25 06:45:42] Dylan Gambrell from Carolina Hurricanes is back from Facial Surgery Injury. [2023-01-16 06:23:24] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5 [2023-01-12 07:34:15] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5
[2023-01-10 06:17:32] Farm Game #863 - Riley Damiani from Charlotte Checkers has scored a Hat Trick! [2023-01-09 07:00:37] Jonathon Blum from Carolina Hurricanes is back from Left Hip Injury. [2023-01-08 21:04:17] Successfully loaded Carolina Hurricanes lines done with STHS Client - 3.3.5.5
[2023-01-08 21:04:17] Justin Brazeau of Carolina Hurricanes was sent down to farm.
[2023-01-08 21:04:17] Alexander Chmelevski of Carolina Hurricanes was sent to pro. [2023-01-08 21:01:38] Auto Lines Partial Function has been run for Charlotte Checkers.
[2023-01-08 21:01:38] Charlotte Checkers (Carolina Hurricanes) lines errors : Normal line # 3 C is empty.
Normal line # 4 LW is empty.
PP line 1 Defense #1 is empty.
PP line2 LW is empty.
Unknown Player is used twice in PP lines 1 and 2.
Penalty Shot Player #2 is empty.
OT Forward #5 is empty.
[2023-01-08 21:01:38] Auto Lines Partial Function has been run for Carolina Hurricanes.
[2023-01-08 21:01:38] Carolina Hurricanes lines errors : Normal line # 1 Defense #1 is empty.
Normal line # 4 Defense #4 is empty.
4 vs 4 line 1 Defense #1 is empty.
PP line 1 Defense #1 is empty.
Extra Defense #3 is empty.
OT Defense #3 is empty.
Backup Goalie is empty.
[2023-01-08 21:01:38] Auto Roster Partial Function has been run for Carolina Hurricanes.
[2023-01-08 21:01:38] Carolina Hurricanes roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-07 07:24:42] Game 877 - Jonathon Blum from Carolina Hurricanes is injured (Left Hip) and is out for 1 week.