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
Tyler Bozak, Kyle Turris, Bobby Ryan, Mikkel Boedker, Melker Karlsson
Gardien
#1 : Carter Hutton, #2 : Jonathan Quick
Lignes d’attaque personnalisées en prolongation
Tyler Bozak, Kyle Turris, Bobby Ryan, Mikkel Boedker, Melker Karlsson, Phil Di Giuseppe , Phil Di Giuseppe , Mark Arcobello, Colton Sissons, Micheal Ferland, Marcus Johansson
Lignes de défense personnalisées en prolongation
Brent Burns, Kris Russell, Alexei Emelin, John Moore, Brian Dumoulin
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
Anton Karlsson
Predators
Axel Andersson
Predators
Blake McLaughlin
Predators
Brandon Duhaime
Predators
Calle Clang
Predators
Corey Trivino
Predators
Jack Badini
Predators
Linus Soderstrom
Predators
Markus Niemelainen
Predators
Mathieu Brodeur
Predators
Petr Kvaca
Predators
Phillipe Desrosiers
Predators
Rasmus Bengtsson
Predators
Rhett Holland
Predators
Riley Tufte
Predators
Robin Salo
Predators
Scott Walford
Predators
Sebastian Cossa
Predators
Taylor Doherty
Predators
Thomas Harley
Predators
Tristen Robins
Predators
Choix au repêchage
Année
R1
R2
R3
R4
R5
R6
17
NSH
NSH
NSH
NSH
NSH
18
NSH
NSH
NSH
NSH
NSH
NSH
19
NSH
NSH
NSH
NSH
NSH
NSH
20
NSH
NSH
NSH
NSH
NSH
NSH
21
NSH
NSH
NSH
NSH
NSH
NSH
[2021-10-20 20:30:05] - New Record for Team's Most Hits (41) in 1 Game for Predators! [2021-10-02 18:28:44] - Sebastian Cossa has been added to Predators. [2021-09-28 19:58:46] - Frederick Gaudreau was added to Predators. [2021-09-28 19:58:37] - Kyle Rau was added to Predators. [2021-09-28 19:58:30] - Kurtis Gabriel was added to Predators. [2021-09-28 19:58:22] - Michael McCarron was added to Predators. [2021-09-28 19:58:15] - Joseph Cramarossa was added to Predators. [2021-09-25 11:53:00] - Tanner Jeannot was added to Predators. [2021-09-25 11:48:32] - Steven Lorentz was added to Predators. [2021-09-25 08:36:57] - Ryan Wilson signed with Predators for 1 500 000 $ for 3 year(s). [2021-09-25 08:36:57] - Ryan Wilson was added to Predators. [2021-09-25 08:34:23] - Michal Jordan signed with Predators for 600 000 $ for 3 year(s). [2021-09-25 08:34:23] - Michal Jordan was added to Predators. [2021-09-25 08:29:06] - Dillon Simpson was released. [2021-09-25 08:29:06] - Predators paid 0 $ to release Dillon Simpson. [2021-09-25 08:28:49] - Bobby Sanguinetti signed with Predators for 1 000 000 $ for 3 year(s). [2021-09-25 08:28:49] - Bobby Sanguinetti was added to Predators. [2021-09-25 08:28:23] - Dillon Simpson signed with Predators for 1 000 000 $ for 3 year(s). [2021-09-25 08:28:23] - Dillon Simpson was added to Predators. [2021-09-11 19:04:02] - Team Name Change : Predators changed name to Predators [2021-09-06 20:00:54] - Vitek Vanecek was added to Predators. [2021-09-06 20:00:41] - Nils Höglanger was added to Predators. [2021-09-06 20:00:32] - Jesse Ylönen was added to Predators. [2021-09-06 20:00:12] - Jesse Ylonen has been deleted from Predators. [2021-09-06 20:00:06] - Nils Hoglander has been deleted from Predators. [2021-09-06 19:59:57] - Vitek Vanecek has been deleted from Predators. [2021-09-06 18:29:10] - TRADE : From Predators to Flyers : Peter Mueller (79). [2021-09-06 18:29:10] - TRADE : From Flyers to Predators : Andreas Johnsson (74). [2021-09-06 08:46:59] - TRADE : From Predators to Penguins : Y:16-RND:5-NSH. [2021-09-06 08:46:59] - TRADE : From Penguins to Predators : Brian Dumoulin (74). [2021-09-06 08:46:38] - TRADE : From Predators to Islanders : Y:16-RND:4-NSH. [2021-09-06 08:46:38] - TRADE : From Islanders to Predators : Alexei Emelin (77). [2021-08-29 20:18:42] - TRADE : From Penguins to Predators : Jonathan Quick (92). [2021-08-29 20:18:42] - TRADE : From Predators to Penguins : Y:16-RND:3-NSH, Y:17-RND:4-NSH. [2021-08-29 11:05:13] - Phillip Lane has been deleted from Predators. [2021-08-29 11:05:06] - Team Name Change : Predators changed name to Predators [2021-08-29 11:01:31] - Henrik Lundqvist was released. [2021-08-29 11:01:28] - Henrik Lundqvist retired from Predators [2021-08-07 15:17:00] - Jonathan Ericsson was released. [2021-08-07 15:17:00] - Jonathan Ericsson retired from Predators [2021-07-30 16:57:45] - Maxim Afinogenov was released. [2021-07-30 16:57:45] - Maxim Afinogenov retired from Predators [2021-07-12 10:57:10] - Jay Bouwmeester was released. [2021-07-12 10:57:10] - Jay Bouwmeester retired from Predators [2021-05-30 09:23:37] - Predators was eliminated at round 1 of year 15. [2021-05-26 17:33:40] - Predators was eliminated at round 1 of year 15. [2021-03-19 14:33:57] - New Record for Team's Most Points (31) in 1 Game for Predators! [2021-03-19 14:33:57] - New Record for Team's Most Assists (20) in 1 Game for Predators! [2021-03-19 14:33:57] - New Record for Team's Most Goals (11) in 1 Game for Predators! [2021-01-04 19:28:48] - New Record for Team's Most Points (27) in 1 Game for Predators! [2021-01-04 19:28:48] - New Record for Team's Most Assists (17) in 1 Game for Predators! [2021-01-04 19:28:48] - New Record for Team's Most Goals (10) in 1 Game for Predators! [2020-12-22 17:28:21] - TRADE : From Predators to Islanders : Y:16-RND:2-NSH, Y:16-RND:6-NSH. [2020-12-22 17:28:21] - TRADE : From Islanders to Predators : John Moore (74). [2020-12-22 17:24:23] - Deryk Engelland was released. [2020-12-22 17:24:23] - Deryk Engelland retired from Predators
[2022-04-30 09:05:58] Niklas Svedberg from Predators is back from Exhaustion.
[2022-04-29 08:00:14] There's not enough Goalie players to make a roster for Predators.
[2022-04-29 07:44:54] There's not enough Goalie players to make a roster for Predators.
[2022-04-29 07:44:50] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-29 07:44:49] Niklas Svedberg from Predators injured (Exhaustion)
[2022-04-28 07:34:44] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-28 07:34:43] Farm Game #970 - Nolan Patrick from Predators has scored a Hat Trick!
[2022-04-21 08:05:46] Both Predators and Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-20 20:27:43] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-19 08:03:16] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-18 09:45:49] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-15 08:55:42] Both Predators and Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-13 07:20:27] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-11 08:16:32] Both Predators and Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-09 11:44:12] Both Predators and Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-06 07:21:58] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-04 08:18:25] Both Predators and Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-02 19:50:44] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-01 08:28:38] Predators lines for next game are empty. Current rosters/lines are not erased.
[2022-04-01 08:28:36] Farm Game #858 - Andreas Johnsson from Predators has scored a Hat Trick!