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
Andrew Cogliano, Dominik Kahun, Michael Grabner, Nazem Kadri, Vladislav Namestnikov
Gardien
#1 : Chris Driedger, #2 : Josh Harding
Lignes d'Attaque Perso. en Prol.
Andrew Cogliano, Dominik Kahun, Michael Grabner, Nazem Kadri, Vladislav Namestnikov, Nick Ritchie, Nick Ritchie, Mike Hoffman, Andrew Mangiapane, Oliver Wahlstrom, Michael Rasmussen
Lignes de Défense Perso. en Prol.
Jaccob Slavin, Mikhail Sergachev, Erik Cernak, Shane Hanna, Jonathon Merrill
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
Alexander Holtz
Washington Capitals
2020
4
Alexander Nikishin
Washington Capitals
2020
111
Alexander Pashin
Washington Capitals
2020
255
Alexander Romanov
Washington Capitals
2018
40
Brayden Tracey
Washington Capitals
2019
24
Cameron MacDonald
Washington Capitals
2021
138
Cody Glass*
Washington Capitals
2017
6
Cole Caufield
Washington Capitals
2019
5
Georgi Merkulov
Washington Capitals
2022
207
Iaroslav Askarov
Washington Capitals
2020
12
Jack Quinn
Washington Capitals
2020
11
Jackson Lacombe
Washington Capitals
2019
61
John Farinacci
Washington Capitals
2019
79
Jonny Tychonick
Washington Capitals
2018
54
Justin Barron
Washington Capitals
2020
22
Kaiden Guhle
Washington Capitals
2020
27
Kevin Bahl
Washington Capitals
2018
57
Kyle Jackson
Washington Capitals
2022
213
Liam Foudy*
Washington Capitals
2018
22
Mikko Kokkonen
Washington Capitals
2019
87
Owen Beck
Washington Capitals
2022
28
Philip Broberg
Washington Capitals
2019
18
Quinton Byfield
Washington Capitals
2020
2
Robert Mastrosimone
Washington Capitals
2019
51
Sean Farrell
Washington Capitals
2020
68
Theo Rochette
Washington Capitals
2020
88
Thomas Harley
Washington Capitals
2019
25
Vasiliy Ponomarev
Washington Capitals
2020
46
Choix au Repêchage
Année
R1
R2
R3
R4
R5
R6
R7
2023
2024
2025
2026
2027
[2023-01-15 08:22:08] - Nazem Kadri has been selected as assistant for Washington Capitals. [2023-01-15 08:22:08] - Jaccob Slavin is no longer as assistant for Washington Capitals. [2023-01-15 08:22:08] - Jaccob Slavin has been selected as assistant for Washington Capitals. [2023-01-15 08:22:08] - Jonathon Merrill is no longer as assistant for Washington Capitals. [2023-01-03 16:40:48] - Kirill Slepets has been deleted from Washington Capitals. [2023-01-03 16:40:42] - Blake McLaughlin has been deleted from Washington Capitals. [2023-01-03 16:40:38] - Carl Grundstrom has been deleted from Washington Capitals. [2022-10-22 06:49:46] - Simeon Varlamov was released. [2022-10-22 06:49:46] - Washington Capitals paid 4 806 283 $ to release Simeon Varlamov. [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-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-05 07:08:12] - Jean-François Bérubé signed with Washington Capitals for 750 000 $ for 1 year(s). [2022-10-05 07:08:12] - Jean-François Bérubé was added to Washington Capitals. [2022-09-28 05:37:14] - Jaccob Slavin has been selected as assistant for Washington Capitals. [2022-09-28 05:37:14] - Mikhail Sergachev is no longer as assistant for Washington Capitals. [2022-09-28 05:37:14] - Jonathon Merrill has been selected as assistant for Washington Capitals. [2022-09-28 05:37:14] - Unknown Player is no longer as assistant for Washington Capitals. [2022-09-28 05:37:14] - Mikhail Sergachev has been selected as captain for Washington Capitals. [2022-09-28 05:37:14] - Unknown Player is no longer captain for Washington Capitals. [2022-08-30 06:16:37] - Brandon Pirri signed with Washington Capitals for 1 000 000 $ for 1 year(s). [2022-08-30 06:16:37] - Brandon Pirri was added to Washington Capitals.
[2023-01-30 06:45:45] Successfully loaded Washington Capitals lines done with STHS Client - 3.3.5.5 [2023-01-29 05:59:29] Auto Lines Partial Function has been run for Washington Capitals. [2023-01-29 05:59:29] Auto Roster Partial Function has been run for Washington Capitals.
[2023-01-29 05:59:29] Washington Capitals roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-27 06:27:14] Mikhail Sergachev from Washington Capitals is back from Groin Injury. [2023-01-26 06:56:01] Jonathon Merrill from Washington Capitals is back from Severed Left Wrist Tendons Injury. [2023-01-25 06:45:42] Game 981 - Mikhail Sergachev from Washington Capitals is injured (Groin) and is out for 1 week. [2023-01-25 06:45:14] Auto Lines Partial Function has been run for Washington Capitals.
[2023-01-25 06:45:14] Washington Capitals lines errors : Normal line # 3 Defense #3 is empty.
Normal line # 4 C is empty.
Extra Defense #1 is empty.
Extra Defense #4 is empty.
OT Defense #5 is empty.
[2023-01-25 06:45:14] Auto Roster Partial Function has been run for Washington Capitals.
[2023-01-25 06:45:14] Washington Capitals roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-22 07:22:23] Farm Game #931 - Brandon Pirri from Chisinau Pelicans has scored a Hat Trick! [2023-01-20 07:41:55] Game 952 - Logan Stanley from Washington Capitals is injured (Sore Right Knee) and is out for 3 months. [2023-01-15 08:22:09] Successfully loaded Washington Capitals lines done with STHS Client - 3.3.5.5 [2023-01-12 07:35:45] Auto Lines Partial Function has been run for Washington Capitals. [2023-01-12 07:35:45] Auto Roster Partial Function has been run for Washington Capitals.
[2023-01-12 07:35:45] Washington Capitals roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-09 07:00:36] Game 890 - Jonathon Merrill from Washington Capitals is injured (Severed Left Wrist Tendons) and is out for 3 weeks.