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
Chris Kreider, Elias Pettersson, Nick Schmaltz, Filip Zadina, Michael Bunting
Gardien
#1 : Frederik Andersen, #2 : Dustin Tokarski
Lignes d’attaque personnalisées en prolongation
Chris Kreider, Elias Pettersson, Nick Schmaltz, Josh Anderson, James van Riemsdyk, Michael Bunting, Michael Bunting, Nick Bonino, Tyler Motte, David Kampf, Filip Zadina
Lignes de défense personnalisées en prolongation
Aaron Ekblad, Brady Skjei, Adam Larsson, Torey Krug, Adam Pelech
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
[2022-09-26 10:11:36 PM] - TRADE : From Hurricanes to Panthers : Y:14-RND:3-DET. [2022-09-26 10:11:36 PM] - TRADE : From Panthers to Hurricanes : Jaroslav Halak (69). [2022-08-26 8:40:10 PM] - General Manager Change : Panthers fired general manager Jonathan Auger [2022-08-26 8:32:46 PM] - Team Name Change : Thunderbirds changed name to Checkers [2022-08-26 8:06:29 PM] - Matt Kiersted was added to Panthers. [2022-08-26 7:57:07 PM] - TRADE : From Golden Knights to Panthers : Maxim Mamin (66), Y:13-RND:4-VGK. [2022-08-26 7:57:07 PM] - TRADE : From Panthers to Golden Knights : Jimmy Vesey (67). [2022-08-20 2:29:09 PM] - Zach Fucale was added to Panthers. [2022-08-20 2:10:59 PM] - Panthers drafts Viljami Marjala as the #184 overall pick in the Entry Draft of year 11. [2022-08-03 5:56:37 PM] - Panthers drafts Haakon Hanelt (F/D) as the #152 overall pick in the Entry Draft of year 11. [2022-08-03 5:55:25 PM] - Panthers drafts Jacob Holmes as the #143 overall pick in the Entry Draft of year 11. [2022-07-26 10:26:31 PM] - Panthers drafts Ty Gallagher as the #120 overall pick in the Entry Draft of year 11. [2022-07-26 10:25:25 PM] - Panthers drafts Aidan Hreschuk as the #111 overall pick in the Entry Draft of year 11. [2022-07-21 8:44:41 PM] - Panthers drafts Prokhor Poltapov as the #92 overall pick in the Entry Draft of year 11. [2022-07-18 10:21:43 PM] - Panthers drafts Ryan Ufko as the #76 overall pick in the Entry Draft of year 11. [2022-07-16 8:48:04 PM] - Panthers drafts Evan Nause as the #56 overall pick in the Entry Draft of year 11. [2022-06-29 10:18:58 PM] - Panthers hired Bruce Cassidy for $1,000,000 for 9 year(s).
[2023-01-28 9:47:49 PM] Panthers are expected to be over the salary cap by $555,000!
[2023-01-28 12:50:59 AM] Panthers are expected to be over the salary cap by $555,000!
[2023-01-28 12:49:12 AM] Auto Lines Partial Function has been run for Panthers.
[2023-01-28 12:49:11 AM] Panthers lines errors : Starting Goalie is empty.
Backup Goalie is empty.
Starting Goalie and BackUp Goalie are the same
[2023-01-28 12:49:11 AM] Auto Roster Partial Function has been run for Panthers.
[2023-01-28 12:49:11 AM] Panthers roster errors : Not enough Goalie available in Pro Team! 1 Dressed. 2 Required.
Some errors will be automatically fixed.
[2023-01-26 10:55:07 PM] Panthers are expected to be over the salary cap by $555,000!
[2023-01-25 9:55:25 PM] Panthers are expected to be over the salary cap by $555,000! [2023-01-25 9:55:17 PM] Dustin Tokarski from Panthers is back from Exhaustion. [2023-01-24 10:40:33 PM] Dustin Tokarski from Panthers injured (Exhaustion)
[2023-01-23 8:22:31 PM] Panthers are expected to be over the salary cap by $555,000!
[2023-01-22 10:26:14 PM] Panthers are expected to be over the salary cap by $555,000!
[2023-01-21 10:46:11 PM] Panthers are expected to be over the salary cap by $555,000!
[2023-01-20 11:55:12 PM] Panthers are expected to be over the salary cap by $555,000! [2023-01-20 11:54:28 PM] Frederik Andersen from Panthers is back from Exhaustion.
[2023-01-19 11:11:18 PM] Last 7 Days Pro Star : 1 - Joel Eriksson Ek of Sharks (4-3-7) / 2 - Anthony Mantha of Islanders (4-3-7) / 3 - Nick Bonino of Panthers (4-3-7)
[2023-01-19 11:11:13 PM] Auto Lines Partial Function has been run for Panthers.
[2023-01-19 11:11:13 PM] Panthers lines errors : Starting Goalie is empty.
[2023-01-19 11:11:13 PM] Auto Roster Partial Function has been run for Panthers.
[2023-01-19 11:11:13 PM] Michael Dipietro of Panthers was sent to pro.
[2023-01-19 11:11:13 PM] Panthers roster errors : Not enough Goalie available in Pro Team! 1 Dressed. 2 Required.
Some errors will be automatically fixed.
[2023-01-17 10:10:01 PM] Frederik Andersen from Panthers injured (Exhaustion) [2023-01-16 9:05:40 PM] Dakota Joshua(Panthers) cleared from waivers and was sent to down farm.
[2023-01-16 9:05:32 PM] Successfully loaded Panthers lines done with Web Base Client and SQLite Database.
[2023-01-15 9:22:15 PM] Successfully loaded Panthers lines done with Web Base Client and SQLite Database.
[2023-01-15 9:22:15 PM] Michael Dipietro of Panthers was sent to farm.
[2023-01-15 9:22:15 PM] Dakota Joshua of Panthers was sent down to farm. [2023-01-15 9:22:14 PM] Panthers placed Dakota Joshua on waivers.
[2023-01-14 8:01:57 PM] Panthers are expected to be over the salary cap by $1,305,000!
[2023-01-14 12:17:28 AM] Panthers are expected to be over the salary cap by $1,305,000!
[2023-01-12 11:45:49 PM] Panthers are expected to be over the salary cap by $1,305,000!
[2023-01-12 11:45:34 PM] Successfully loaded Panthers lines done with Web Base Client and SQLite Database.
[2023-01-12 11:45:33 PM] Michael Dipietro of Panthers was sent to pro.
[2023-01-11 9:17:45 PM] Panthers are expected to be over the salary cap by $394,167!
[2023-01-11 9:17:25 PM] Panthers are expected to be over the salary cap by $394,167! [2023-01-11 9:16:56 PM] Dustin Tokarski from Panthers is back from Exhaustion. [2023-01-11 9:16:56 PM] Chris Kreider from Panthers is back from Strained Left Knee Injury. [2023-01-10 9:07:22 PM] Dustin Tokarski from Panthers injured (Exhaustion)
[2023-01-07 12:41:08 AM] Auto Lines Partial Function has been run for Panthers.
[2023-01-07 12:41:07 AM] Panthers lines errors : Normal line # 1 LW is empty.
PP line 1 LW is empty.
PK line 1 C is empty.
4 vs 4 line 1 C is empty.
PK3 line 1 forward is empty.
LastMinOff line LW is empty.
LastMinDef line LW is empty.
Penalty Shot Player #1 is empty.
OT Forward #1 is empty.
[2023-01-07 12:41:07 AM] Auto Roster Partial Function has been run for Panthers.
[2023-01-07 12:41:07 AM] Dakota Joshua of Panthers was sent to pro.
[2023-01-07 12:41:07 AM] Panthers roster errors : Not enough Forward available in Pro Team! 11 Dressed. 12 Required.
Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2023-01-05 10:33:12 PM] Last 7 Days Pro Star : 1 - Josh Anderson of Panthers (3-3-6) / 2 - Auston Matthews of Red Wings (3-3-6) / 3 - Filip Forsberg of Hurricanes (5-3-8) [2023-01-03 10:13:04 PM] Game 598 - Chris Kreider from Panthers is injured (Strained Left Knee) and is out for 2 weeks.
[2023-01-03 10:12:59 PM] Auto Lines Partial Function has been run for Panthers.
[2023-01-03 10:12:59 PM] Panthers lines errors : Starting Goalie is empty.
[2023-01-03 10:12:59 PM] Auto Roster Partial Function has been run for Panthers.
[2023-01-03 10:12:59 PM] Panthers roster errors : Not enough Goalie available in Pro Team! 1 Dressed. 2 Required.
Some errors will be automatically fixed.