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
Claude Giroux, Jonathan Marchessault, Ivan Barbashev, Sean Couturier, Kent Johnson
Gardien
#1 : Frederik Andersen, #2 : Adin Hill
Lignes d’attaque personnalisées en prolongation
Claude Giroux, Jonathan Marchessault, Ivan Barbashev, Evgeni Malkin, Kent Johnson, Sean Couturier, Sean Couturier, Jack Quinn, Garnet Hathaway, Evan Rodrigues, Erik Haula
Lignes de défense personnalisées en prolongation
Quinn Hughes, Moritz Seider, Kris Letang, Lane Hutson, Jonas Siegenthaler
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
[2026-03-08 19:59:39] - TRADE : From Seigneurs to Lions : Josh Anderson (68), Y:26-RND:2-RAI. [2026-03-08 19:59:39] - TRADE : From Lions to Seigneurs : Evgeni Malkin (73). [2026-02-01 22:05:44] - TRADE : From Seigneurs to Alphas : Denton Mateychuk (65), Artyom Levshunov (63), Jamie Oleksiak (68), Conditional Draft Pick - Y:26-RND:1-REG. [2026-02-01 22:05:44] - TRADE : From Alphas to Seigneurs : Moritz Seider (75), Logan Stanley (64), Dennis Cholowski (65). [2026-01-18 22:06:23] - TRADE : From Nordiques to Seigneurs : Logan Stankoven (67), Denton Mateychuk (65). [2026-01-18 22:06:23] - TRADE : From Seigneurs to Nordiques : Luca Cagnoni (62), Ryan Nugent-Hopkins (73). [2025-12-31 22:10:18] - TRADE : From Seigneurs to Rednecks : Adam Fantilli (70), Andrei Vasilevskiy (77). [2025-12-31 22:10:18] - TRADE : From Rednecks to Seigneurs : Adin Hill (75), Jack Quinn (69), Leo Carlsson (70), Terik Parascak (P). [2025-11-29 22:05:17] - TRADE : From Seigneurs to Rednecks : Brandon Montour (72), Mathew Barzal (73). [2025-11-29 22:05:17] - TRADE : From Rednecks to Seigneurs : Erik Haula (69), Jonas Siegenthaler (66), Hunter Brzustewicz (61), Isaac Howard (P), Y:26-RND:2-RNT, Y:27-RND:2-RNT. [2025-11-19 22:01:10] - New Record for Team's Most Hits (38) in 1 Game for Seigneurs! [2025-10-10 22:03:47] - TRADE : From Seigneurs to Rednecks : Leo Carlsson (70), Mason Moe (P). [2025-10-10 22:03:47] - TRADE : From Rednecks to Seigneurs : Ryan Nugent-Hopkins (73), Dalibor Dvorsky (63), Y:27-RND:1-RNT. [2025-09-29 22:16:37] - TRADE : From Seigneurs to Alphas : Zach Benson (66), Y:26-RND:4-NYK. [2025-09-29 22:16:37] - TRADE : From Alphas to Seigneurs : Sean Couturier (71), Joel Hanley (64), Jacob Battaglia (P), Y:26-RND:2-KEL. [2025-09-29 22:14:56] - TRADE : From Seigneurs to Hydrofish : Nathan Gaucher (60). [2025-09-29 22:14:56] - TRADE : From Hydrofish to Seigneurs : Brendan Gallagher (67), Y:26-RND:5-HAR. [2025-09-28 22:03:12] - Seigneurs hired Derek Lalonde for 1 000 000 $ for 3 year(s).
[2026-04-02 22:37:38] Both Seigneurs and Swampy Crees lines for next game are empty. Current rosters/lines are not erased.
[2026-04-01 22:04:44] Both Seigneurs and Swampy Crees lines for next game are empty. Current rosters/lines are not erased.
[2026-03-29 22:02:59] Both Seigneurs and Swampy Crees lines for next game are empty. Current rosters/lines are not erased.
[2026-03-27 22:01:28] Swampy Crees lines for next game are empty. Current rosters/lines are not erased. But, Seigneurs lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-24 19:40:26] Arturs Silovs from Seigneurs suspended for 99 game(s) [2026-03-10 22:03:13] Successfully loaded Seigneurs lines done with Web Base Client and SQLite Database. [2026-03-09 22:04:24] Auto Lines Function has been run for Seigneurs. [2026-03-08 22:34:54] Auto Lines Function has been run for Seigneurs.
[2026-03-08 19:59:39] TRADE : From Seigneurs to Lions : Josh Anderson (68), Y:26-RND:2-RAI.
[2026-03-08 19:59:39] TRADE : From Lions to Seigneurs : Evgeni Malkin (73). [2026-03-07 22:00:58] Successfully loaded Seigneurs lines done with Web Base Client and SQLite Database.
[2026-03-06 22:31:08] Swampy Crees lines for next game are empty. Current rosters/lines are not erased. But, Seigneurs lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-03-02 22:13:31] Swampy Crees lines for next game are empty. Current rosters/lines are not erased. But, Seigneurs lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-02-26 22:01:00] Swampy Crees lines for next game are empty. Current rosters/lines are not erased. But, Seigneurs lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.
[2026-02-25 22:09:20] Swampy Crees lines for next game are empty. Current rosters/lines are not erased. But, Seigneurs lines for next game are NOT empty. Current pro rosters/lines are moved and might impact farm rosters/lines.