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
Tomas Hertl, Ryan Nugent-Hopkins, Alexander Radulov
Alexander Radulov, William Karlsson
Brandon Tanev
Défenseurs Supplémentaires
Normal
Avantage Numérique
Désavantage Numérique
Nate Schmidt, Ryan Ellis, Ron Hainsey
Ron Hainsey
Nate Schmidt, Ron Hainsey
Tirs de Pénalité
Brandon Tanev, Tomas Hertl, Alexander Radulov, William Karlsson, Ryan Nugent-Hopkins
Gardien
#1 : Pekka Rinne, #2 : Carter Hutton
Lignes d'Attaque Perso. en Prol.
William Karlsson, Tomas Hertl, Jakub Voracek, Ryan Nugent-Hopkins, Alexander Radulov, Evander Kane, Evander Kane, Ilya Mikheyev, Brandon Tanev, Cory Conacher, Yakov Trenin
Lignes de Défense Perso. en Prol.
Ryan Ellis, Mark Giordano, Nate Schmidt, Ron Hainsey, Matt Grzelcyk
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
[2021-04-06 1:28:58 PM] - Penguins didn't make playoff for year 9. [2021-01-03 11:32:24 PM] - TRADE : From Golden Knights to Penguins : Michael Mersch (62), Y:10-RND:2-VGK. [2021-01-03 11:32:24 PM] - TRADE : From Penguins to Golden Knights : Lucas Wallmark (67). [2020-12-19 7:38:19 PM] - New Record for Team's Most Points (23) in 1 Game for Penguins! [2020-12-19 7:38:19 PM] - New Record for Team's Most Assists (15) in 1 Game for Penguins! [2020-12-19 7:38:19 PM] - New Record for Team's Most Goals (8) in 1 Game for Penguins! [2020-10-09 9:12:28 PM] - Joe Thornton has been selected as assistant for Penguins. [2020-10-09 9:12:28 PM] - Alexander Radulov is no longer as assistant for Penguins. [2020-10-09 9:12:28 PM] - Alexander Radulov has been selected as assistant for Penguins. [2020-10-09 9:12:28 PM] - Unknown Player is no longer as assistant for Penguins. [2020-09-19 9:47:16 PM] - TRADE : From Penguins to Blue Jackets : Ian Cole (68), Y:10-RND:6-BOS, Y:10-RND:6-CGY. [2020-09-19 9:47:16 PM] - TRADE : From Blue Jackets to Penguins : Matt Grzelcyk (66). [2020-09-16 8:00:15 PM] - TRADE : From Penguins to Coyotes : Jonathan Quick (74), Y:11-RND:4-PIT. [2020-09-16 8:00:15 PM] - TRADE : From Coyotes to Penguins : Carter Hutton (73). [2020-09-15 10:10:30 PM] - TRADE : From Penguins to Blue Jackets : Brock McGinn (67). [2020-09-15 10:10:30 PM] - TRADE : From Blue Jackets to Penguins : Joe Thornton (69). [2020-09-15 10:10:05 PM] - TRADE : From Sharks to Penguins : Ilya Mikheyev (68), Lucas Wallmark (67). [2020-09-15 10:10:05 PM] - TRADE : From Penguins to Sharks : Carl Soderberg (71), Zach Hyman (72). [2020-08-31 6:53:10 PM] - TRADE : From Penguins to Blue Jackets : Yanni Gourde (70), Jordie Benn (67). [2020-08-31 6:53:10 PM] - TRADE : From Blue Jackets to Penguins : Scott Mayfield (68). [2020-08-31 6:50:15 PM] - TRADE : From Penguins to Sabres : David Perron (72), Michael Del Zotto (67), Daniel Audette (60). [2020-08-31 6:50:15 PM] - TRADE : From Sabres to Penguins : Tomas Hertl (74).
[2021-04-10 7:24:28 PM] Successfully loaded Penguins lines done with Web Base Client and SQLite Database.
[2021-04-10 7:24:28 PM] Christian Wolanin of Penguins was sent to pro.
[2021-04-08 7:40:37 PM] Penguins roster errors : Not enough Defenseman available in Pro Team! 5 Dressed. 6 Required.
Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2021-04-08 7:40:36 PM] Current fund for Penguins is under $0.
[2021-04-08 7:29:08 PM] Current fund for Penguins is under $0. [2021-04-08 7:27:56 PM] Game 1 - Scott Mayfield from Penguins is injured (Left Hand) and is out for 1 week.
[2021-04-08 7:15:09 PM] Successfully loaded Penguins lines done with Web Base Client and SQLite Database.
[2021-04-06 1:29:21 PM] Current fund for Penguins is under $0.
[2021-04-05 8:12:08 PM] Current fund for Penguins is under $0.
[2021-04-04 7:02:11 PM] Current fund for Penguins is under $0.
[2021-04-03 7:03:25 PM] Current fund for Penguins is under $0.
[2021-04-03 7:02:59 PM] Auto Lines Partial Function has been run for Penguins.
[2021-04-03 7:02:59 PM] Auto Roster Partial Function has been run for Penguins.
[2021-04-02 9:01:05 PM] Current fund for Penguins is under $0. [2021-04-02 9:00:54 PM] Jakub Voracek from Penguins is back from Left Leg Injury.
[2021-04-01 7:55:09 PM] Current fund for Penguins is under $0. [2021-04-01 7:54:50 PM] Game 1249 - Jakub Voracek from Penguins is injured (Left Leg) and is out for 1 week.
[2021-03-31 7:48:10 PM] Current fund for Penguins is under $0.
[2021-03-30 7:28:50 PM] Current fund for Penguins is under $0.
[2021-03-29 9:33:44 PM] Current fund for Penguins is under $0.
[2021-03-29 9:33:24 PM] Successfully loaded Penguins lines done with Web Base Client and SQLite Database.
[2021-03-28 8:49:37 PM] Current fund for Penguins is under $0.
[2021-03-27 7:21:20 PM] Current fund for Penguins is under $0.
[2021-03-26 8:10:04 PM] Current fund for Penguins is under $0.
[2021-03-25 8:06:46 PM] Current fund for Penguins is under $0.
[2021-03-24 9:31:54 PM] Current fund for Penguins is under $0.
[2021-03-23 8:52:42 PM] Current fund for Penguins is under $0.
[2021-03-22 10:12:21 PM] Current fund for Penguins is under $0.
[2021-03-21 7:48:23 PM] Current fund for Penguins is under $0.
[2021-03-20 10:29:03 PM] Current fund for Penguins is under $0.
[2021-03-19 9:38:18 PM] Current fund for Penguins is under $0. [2021-03-17 8:00:11 PM] Nate Schmidt from Penguins is back from Right Hand Injury. [2021-03-17 8:00:11 PM] Game 1169 - Nate Schmidt from Penguins is injured (Right Hand) and is out for 4 days.
[2021-03-15 7:31:40 PM] Successfully loaded Penguins lines done with Web Base Client and SQLite Database.
[2021-03-09 9:24:05 PM] Successfully loaded Penguins lines done with Web Base Client and SQLite Database.
[2021-03-09 9:24:04 PM] Mac Hollowell of Penguins was sent down to farm.
[2021-03-08 7:27:00 PM] Penguins are expected to be over the salary cap by $63,099!
[2021-03-07 7:20:06 PM] Penguins are expected to be over the salary cap by $63,099!
[2021-03-06 7:44:44 PM] Penguins are expected to be over the salary cap by $63,099!
[2021-03-05 8:16:15 PM] Penguins are expected to be over the salary cap by $63,099!
Scott Mayfield est dehors pour 0 jours à cause de Left Hand Injury.