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
Jonathan Toews, T.J. Oshie, Mike Hoffman, Reilly Smith, Dominik Kahun
Gardien
#1 : Casey DeSmith, #2 : Mike Smith
Lignes d’attaque personnalisées en prolongation
Jonathan Toews, T.J. Oshie, Mike Hoffman, Reilly Smith, Evander Kane , Dominik Kahun, Dominik Kahun, Nolan Patrick, Vinni Lettieri, Loui Eriksson, Max Jones
Lignes de défense personnalisées en prolongation
Mark Pysyk, Justin Faulk, Ryan Pulock, Connor Murphy, Oscar Klefbom
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
Artur Akhtyamov
Anaheim Ducks
2020
122
Braden Hache
Anaheim Ducks
2021
221
Chase Yoder
Anaheim Ducks
2020
172
Cooper Moore
Anaheim Ducks
2019
138
Dylan Peterson
Anaheim Ducks
2020
89
John Farinacci
Anaheim Ducks
2019
83
Julius Nattinen
Anaheim Ducks
2015
59
Karl Henriksson
Anaheim Ducks
2019
64
Matvey Petrov
Anaheim Ducks
2021
189
Maxwell Crozier
Anaheim Ducks
2019
131
Nico Gross
Anaheim Ducks
2018
98
Riley Stotts
Anaheim Ducks
2018
86
Choix au repêchage
Année
R1
R2
R3
R4
R5
R6
R7
7
ANA
ANA
ANA
ANA
ANA
8
MON ANA
ANA
MON
ANA
ANA
ANA
ANA
9
ANA
ANA
ANA
ANA
ANA
ANA
ANA
10
ANA
ANA
ANA
ANA
ANA
ANA
ANA
11
ANA
ANA
ANA
ANA
ANA
ANA
ANA
[2022-05-14 21:40:18] - Anaheim Ducks was eliminated at round 1 of year 6. [2022-05-06 22:28:41] - San Diego Gulls didn't make playoff for year 6. [2022-04-25 13:44:47] - Ilya Solovkyov was added to Anaheim Ducks. [2022-04-25 13:44:32] - Garrett Metcalf was added to Anaheim Ducks. [2022-04-25 13:44:26] - Brandon Kruse was added to Anaheim Ducks. [2022-04-25 10:58:20] - Maxence Guenette has been deleted from Anaheim Ducks. [2022-04-25 10:56:06] - Ilya Solovyov has been deleted from Anaheim Ducks. [2022-04-25 10:55:40] - Garrett Metcalf has been deleted from Anaheim Ducks. [2022-04-25 10:53:49] - Brandon Kruse has been deleted from Anaheim Ducks. [2022-04-25 10:52:38] - Alex Kannok Leipert has been deleted from Anaheim Ducks. [2022-03-22 09:34:52] - TRADE : From Vancouver Canucks to Anaheim Ducks : Vinni Lettieri (67). [2022-03-22 09:34:52] - TRADE : From Anaheim Ducks to Vancouver Canucks : Craig Anderson (80). [2022-02-12 10:09:25] - TRADE : From Philadelphie Flyers to Anaheim Ducks : Mike Smith (85). [2022-02-12 10:09:25] - TRADE : From Anaheim Ducks to Philadelphie Flyers : Y:8-RND:3-ANA. [2022-02-11 17:59:31] - Tuukka Rask was released by Anaheim Ducks [2021-12-15 18:01:02] - TRADE : From Philadelphie Flyers to Anaheim Ducks : Craig Anderson (79). [2021-12-15 18:01:02] - TRADE : From Anaheim Ducks to Philadelphie Flyers : Y:7-RND:4-ANA. [2021-12-15 17:57:15] - TRADE : From Anaheim Ducks to Boston Bruins : Jesper Bratt (70), Troy Terry (67). [2021-12-15 17:57:15] - TRADE : From Boston Bruins to Anaheim Ducks : John Tavares (77). [2021-11-15 21:07:17] - Artem Anisimov was released by Anaheim Ducks [2021-11-09 09:37:52] - Griffen Outhouse was added to Anaheim Ducks. [2021-11-09 09:36:50] - Cedrick Andree was added to Anaheim Ducks. [2021-11-09 09:09:33] - Jake Kielly was released by Anaheim Ducks
[2022-05-17 21:33:33] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-17 21:33:15] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database.
[2022-05-14 21:40:17] Game 56 - John Tavares from Anaheim Ducks suspended for 1 game(s) [2022-05-14 08:22:33] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-14 08:07:28] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-14 08:07:13] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-13 10:37:43] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-13 10:37:23] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-12 18:03:39] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-12 18:03:24] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-10 14:45:23] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-10 14:44:57] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-10 14:44:43] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-09 11:29:37] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-09 11:26:29] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database. [2022-05-09 11:26:03] Successfully loaded Anaheim Ducks lines done with Web Base Client and SQLite Database.
[2022-05-09 11:26:03] Max Jones of Anaheim Ducks was sent to pro.
[2022-05-09 11:26:03] Joseph Cramarossa of Anaheim Ducks was sent to pro.
[2022-05-08 21:10:24] Jake Bischoff of Anaheim Ducks was sent to farm.
[2022-05-08 21:10:24] Adam Ruzicka of Anaheim Ducks was sent to farm. [2022-05-08 21:10:16] Auto Lines Partial Function has been run for Anaheim Ducks. [2022-05-08 21:10:15] Auto Roster Function has been run for Anaheim Ducks.
[2022-05-08 21:10:15] Max Jones of Anaheim Ducks was sent to farm.
[2022-05-08 21:10:15] Jacob de la Rose of Anaheim Ducks was sent to farm.
[2022-05-08 21:10:15] Joseph Cramarossa of Anaheim Ducks was sent to farm.
[2022-05-08 21:10:15] Adam Ruzicka of Anaheim Ducks was sent to pro.
[2022-05-08 21:10:15] Jake Bischoff of Anaheim Ducks was sent to pro. [2022-05-08 21:10:15] Auto Roster Partial Function has been run for Anaheim Ducks. [2022-05-08 07:48:38] Maximum Pro Players Limit Reached for Anaheim Ducks!
John Tavares est suspendu pour 1 plusieurs matchs.