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
Jeff Carter, Ilya Kovalchuk, Blake Wheeler, Evgeny Kuznetsov, T.J. Oshie
Gardien
#1 : Semyon Varlamov, #2 : Michal Neuvirth
Lignes d’attaque personnalisées en prolongation
Jeff Carter, Ilya Kovalchuk, Blake Wheeler, Evgeny Kuznetsov, T.J. Oshie, Reid Boucher, Reid Boucher, Sven Baertschi, Peter Holland, Jason Zucker, Chris Tierney
Lignes de défense personnalisées en prolongation
Derrick Pouliot, Eric Gelinas, Korbinian Holzer, Matt Bartkowski, Nathan Beaulieu
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
Espoir
Nom de l’équipe
Année de repêchage
Choix total
Information
Lien
Alexander Ruuttu
Bruins
Anton Lundell
Bruins
Anton Olsson
Bruins
Bradley Ross
Bruins
Brodie Dupont
Bruins
Carter Savoie
Bruins
Chase Stillman
Bruins
Dalton Thrower
Bruins
Egor Sokolov
Bruins
Gleason Fournier
Bruins
Harrison Ruopp
Bruins
Jack Kopacka
Bruins
Jacob Moverare
Bruins
Jake Pivonka
Bruins
Jakub Malek
Bruins
Jens Looke
Bruins
Jett Woo
Bruins
Kyle Platzer
Bruins
Kyle Wood
Bruins
Maksim Zhukov
Bruins
Martin Pospisil
Bruins
Pascal Laberge
Bruins
Roope Laavainen
Bruins
Ryan Gropp
Bruins
Sam Colangelo
Bruins
Samu Salminen
Bruins
Seth Barton
Bruins
Stelio Mattheos
Bruins
Taige Harding
Bruins
Tanner Kaspick
Bruins
Tyler Parsons
Bruins
Ville Koivunen
Bruins
Vladislav Firstov
Bruins
Wyatt Kaiser
Bruins
Zach Nastasiuk
Bruins
Zach Yuen
Bruins
Choix au repêchage
Année
R1
R2
R3
R4
R5
R6
17
BOS
BOS
BOS
BOS
BOS
BOS
18
BOS
BOS
BOS
BOS
BOS
BOS
19
BOS
BOS
BOS
BOS
BOS
BOS
20
BOS
BOS
BOS
BOS
BOS
BOS
21
BOS
BOS
BOS
BOS
BOS
BOS
[2021-10-03 08:24:22] - Jakub Malek has been added to Bruins. [2021-10-03 08:21:45] - Taige Harding has been added to Bruins. [2021-10-03 08:16:19] - Anton Olsson has been added to Bruins. [2021-10-02 18:48:22] - Samu Salminen has been added to Bruins. [2021-10-02 18:42:34] - Ville Koivunen has been added to Bruins. [2021-10-02 18:34:31] - Chase Stillman has been added to Bruins. [2021-09-25 10:39:24] - Nico Sturm was added to Bruins. [2021-09-24 19:25:21] - Chris Conner signed with Bruins for 2 000 000 $ for 3 year(s). [2021-09-24 19:25:21] - Chris Conner was added to Bruins. [2021-09-19 11:56:23] - Korbinian Holzer signed with Bruins for 2 500 000 $ for 3 year(s). [2021-09-19 11:56:23] - Korbinian Holzer was added to Bruins. [2021-08-07 15:09:19] - Karl Alzner was released. [2021-08-07 15:09:19] - Karl Alzner retired from Bruins [2021-08-07 10:38:34] - Taylor Aronson has been deleted from Bruins. [2021-08-07 10:21:41] - Philipp Kurashev has been deleted from Bruins. [2021-08-07 10:21:30] - Grigori Denisenko has been deleted from Bruins. [2021-08-07 10:21:22] - Dakota Joshua has been deleted from Bruins. [2021-08-02 20:17:31] - Grigori Denisenko was added to Bruins. [2021-08-02 20:17:23] - Dakota Joshua was added to Bruins. [2021-08-02 20:17:14] - Philipp Kurashev was added to Bruins. [2021-08-01 14:16:25] - Dimitri Kalinin was released. [2021-08-01 14:16:25] - Dimitri Kalinin retired from Bruins [2021-08-01 10:24:13] - Kevan Miller was released. [2021-08-01 10:24:13] - Kevan Miller retired from Bruins [2021-07-06 09:07:37] - Zach Trotman was released. [2021-07-06 09:07:37] - Zach Trotman retired from Bruins [2021-07-02 13:03:51] - Jeff Zatkoff was released. [2021-07-02 13:03:48] - Jeff Zatkoff retired from Bruins [2021-05-15 18:30:53] - Bruins didn't make playoff for year 15. [2021-05-15 18:30:53] - Bruins didn't make playoff for year 15. [2021-04-11 09:52:25] - New Record for Team's Most Points (27) in 1 Game for Bruins! [2021-04-11 09:52:25] - New Record for Team's Most Assists (17) in 1 Game for Bruins! [2021-03-18 19:14:16] - New Record for Team's Most Goals (10) in 1 Game for Bruins! [2020-12-22 11:50:16] - Colin Wilson was released. [2020-12-22 11:50:16] - Colin Wilson retired from Bruins [2020-12-22 11:45:47] - Jamie McGinn was released. [2020-12-22 11:45:47] - Jamie McGinn retired from Bruins [2020-12-21 18:54:36] - TRADE : From Islanders to Bruins : Derrick Pouliot (75), Anders Bjork (63). [2020-12-21 18:54:36] - TRADE : From Bruins to Islanders : Luke Kunin (70), Y:16-RND:1-BOS. [2020-12-21 17:16:13] - Marc Methot was released. [2020-12-21 17:16:13] - Marc Methot retired from Bruins [2020-12-17 08:45:01] - Bruins hired Bruce Cassidy for 1 000 000 $ for 3 year(s). [2020-10-31 17:19:49] - Carter Savoie has been added to Bruins.
[2022-04-30 09:05:58] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-30 09:05:57] Game 984 - Kevin Gravel from Bruins is injured (Right Hand) and is out for 1 month.
[2022-04-24 21:04:45] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-22 20:03:47] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-20 20:27:43] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-20 20:27:43] Last 30 Days Pro Star : 1 - Jeff Carter of Bruins (11-12-23) / 2 - Blake Wheeler of Bruins (8-15-23) / 3 - Connor McDavid of Devils (9-13-22)
[2022-04-19 08:03:16] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-18 09:45:49] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-15 08:55:42] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-14 08:08:51] Both Bruins and Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-11 08:16:32] Both Bruins and Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-09 11:44:12] Bruins lines for next game are empty. Current rosters/lines are not erased. [2022-04-08 21:10:58] Auto Lines Function has been run for Bruins.
[2022-04-07 08:07:43] Last 7 Days Farm Star : 1 - Christian Dvorak of Bruins (4-3-7) / 2 - Chris Conner of Bruins (3-5-8) / 3 - Ilya Sorokin of Kings (0,960)
[2022-04-07 08:07:43] Last 7 Days Pro Star : 1 - Reid Boucher of Bruins (4-5-9) / 2 - Jeff Carter of Bruins (5-3-8) / 3 - Evgeny Kuznetsov of Bruins (2-6-8)
[2022-04-06 07:21:58] Christian Djoos from Bruins is back from Left Knee Injury.
[2022-04-06 07:21:58] Both Bruins and Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-04 08:18:25] Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-04 08:18:23] Pro Game #898 - Jeff Carter from Bruins has scored a Hat Trick!
[2022-04-03 13:05:17] Both Bruins and Bruins lines for next game are empty. Current rosters/lines are not erased.
[2022-04-01 08:28:38] Both Bruins and Bruins lines for next game are empty. Current rosters/lines are not erased.
Kevin Gravel est dehors pour 3 semaines à cause de Right Hand Injury.