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, Dylan Larkin, Elias Pettersson, Mika Zibanejad, Erik Karlsson
Gardien
#1 : Garret Sparks, #2 : Robin Lehner
Lignes d'Attaque Perso. en Prol.
Dylan Larkin, Elias Pettersson, Mika Zibanejad, Jesse Puljujarvi, Alex Ovechkin, Andrey Kuzmenko, Andrey Kuzmenko, Vladimir Tkachev, Tanner Pearson, Nick Cousins, Kyle Clifford
Lignes de Défense Perso. en Prol.
Erik Karlsson, Stefan Elliott, Raman Hrabarenka, Nils Lundkvist, Dylan McIlrath
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
Alex Bump
Ottawa Senators
2022
171
Alex Cotton
Ottawa Senators
2020
65
Alex Geci
Ottawa Senators
2021
102
Cam Dineen
Ottawa Senators
2016
90
Connor McClennon
Ottawa Senators
2020
98
Elias Pettersson (D)
Ottawa Senators
2022
114
Jamie Drysdale
Ottawa Senators
2020
8
Maxim Groshev
Ottawa Senators
2020
84
Michael Callow
Ottawa Senators
2022
220
Yevgeni Kashnikov
Ottawa Senators
2021
96
Choix au Repêchage
Année
R1
R2
R3
R4
R5
R6
R7
2023
2024
2025
2026
2027
[2023-01-03 06:36:06] - TRADE : From Ottawa Senators to Arizona Coyotes : Jarred Tinordi, Y:2023-RND:4-OTT. [2023-01-03 06:36:06] - TRADE : From Arizona Coyotes to Ottawa Senators : Raman Hrabarenka, Y:2023-RND:7-VEG. [2022-09-30 07:12:01] - Mac Hollowell signed with Ottawa Senators for 900 000 $ for 1 year(s). [2022-09-30 07:12:01] - Mac Hollowell was added to Ottawa Senators. [2022-09-12 17:41:28] - TRADE : From Ottawa Senators to Columbus Blue Jackets : Y:2025-RND:5-OTT. [2022-09-12 17:41:28] - TRADE : From Columbus Blue Jackets to Ottawa Senators : Jack Bar. [2022-09-06 06:10:14] - Jerry D'Amigo has been selected as assistant for Binghamton Senators. [2022-09-06 06:10:14] - Unknown Player is no longer as assistant for Binghamton Senators. [2022-09-06 06:10:14] - Tanner Jeannot has been selected as assistant for Binghamton Senators. [2022-09-06 06:10:14] - Unknown Player is no longer as assistant for Binghamton Senators. [2022-09-06 06:10:14] - Maxwell Reinhart has been selected as captain for Binghamton Senators. [2022-09-06 06:10:14] - Unknown Player is no longer captain for Binghamton Senators. [2022-08-23 07:04:20] - Jerry D'Amigo has been selected as assistant for Binghamton Senators. [2022-08-23 07:04:20] - Max McCormick is no longer as assistant for Binghamton Senators. [2022-08-23 07:04:20] - Tanner Jeannot has been selected as assistant for Binghamton Senators. [2022-08-23 07:04:20] - Danick Martel is no longer as assistant for Binghamton Senators. [2022-08-23 07:04:20] - Maxwell Reinhart has been selected as captain for Binghamton Senators. [2022-08-23 07:04:20] - Unknown Player is no longer captain for Binghamton Senators. [2022-08-21 10:38:08] - Max McCormick has been selected as assistant for Binghamton Senators. [2022-08-21 10:38:08] - Unknown Player is no longer as assistant for Binghamton Senators. [2022-08-21 10:38:08] - Danick Martel has been selected as assistant for Binghamton Senators. [2022-08-21 10:38:08] - Unknown Player is no longer as assistant for Binghamton Senators. [2022-08-21 10:33:10] - Binghamton Senators hired Don Granato for 1 250 000 $ for 2 year(s). [2022-08-21 10:31:35] - Ottawa Senators hired Jay Woodcroft for 2 500 000 $ for 2 year(s). [2022-08-21 10:31:34] - Ottawa Senators fired Michel Therrien. [2022-08-19 17:43:13] - Garret Sparks signed with Ottawa Senators for 1 000 000 $ for 2 year(s). [2022-08-19 17:43:13] - Garret Sparks was added to Ottawa Senators. [2022-08-19 17:07:30] - TRADE : From Pittsburgh Penguins to Ottawa Senators : Conor Sheary, Jerry D'Amigo, Jayson Megna, 2 500 000 $ (Money). [2022-08-19 17:07:30] - TRADE : From Ottawa Senators to Pittsburgh Penguins : Jamie McBain, Y:2024-RND:6-OTT.
[2023-02-08 12:12:10] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5 [2023-02-08 06:16:39] Raman Hrabarenka from Ottawa Senators is back from Sprained Left Knee Injury. [2023-02-08 06:16:38] Game 1094 - Raman Hrabarenka from Ottawa Senators is injured (Sprained Left Knee) and is out for 3 days. [2023-02-05 17:23:39] Auto Lines Partial Function has been run for Binghamton Senators. [2023-02-05 17:23:36] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5 [2023-02-05 08:06:23] Game 1023 - Nick Paul from Binghamton Senators is injured (Bruised Right Leg) and is out for 2 weeks. [2023-02-02 10:42:24] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5 [2023-01-31 16:11:58] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5
[2023-01-30 06:48:30] Mason Geertsen(Ottawa Senators) cleared from waivers and was sent to down farm. [2023-01-29 05:58:18] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5
[2023-01-29 05:58:17] Mason Geertsen of Ottawa Senators was sent down to farm.
[2023-01-29 05:58:16] Ottawa Senators placed Mason Geertsen on waivers.
[2023-01-28 06:31:24] Last 7 Days Pro Star : 1 - Brock Boeser of Anaheim Ducks (5-3-8) / 2 - Elias Pettersson of Ottawa Senators (2-5-7) / 3 - Chris Tierney of Anaheim Ducks (3-4-7) [2023-01-23 06:02:40] Jared Cowen from Ottawa Senators is back from Bruised Right Shoulder Injury. [2023-01-21 08:09:51] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5 [2023-01-19 06:08:18] Auto Lines Partial Function has been run for Ottawa Senators.
[2023-01-19 06:08:14] Mason Geertsen of Ottawa Senators was sent to pro.
[2023-01-19 06:07:59] Ottawa Senators roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-19 06:07:57] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5 [2023-01-18 06:57:26] Game 940 - Jared Cowen from Ottawa Senators is injured (Bruised Right Shoulder) and is out for 1 week. [2023-01-15 08:22:39] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5
[2023-01-13 17:45:55] Last 30 Days Farm Star : 1 - Louick Marcotte of Binghamton Senators (11-15-26) / 2 - David Gustafsson of Henderson Silver Knights (8-12-20) / 3 - Michael Bunting of Henderson Silver Knights (8-14-22)
[2023-01-12 07:35:57] Last 7 Days Farm Star : 1 - Michael Bunting of Henderson Silver Knights (3-6-9) / 2 - Louick Marcotte of Binghamton Senators (3-7-10) / 3 - David Gustafsson of Henderson Silver Knights (3-5-8) [2023-01-08 07:18:22] Successfully loaded Ottawa Senators lines done with STHS Client - 3.3.5.5