CHL Humanitarian of the Year
The CHL Humanitarian of the Year Award is given out annually to the Canadian Hockey League player judged to have made the most notable contribution to his community in a humanitarian sense. It is chosen from the winners of the QMJHL Humanitarian of the Year, the Dan Snyder Memorial Trophy (OHL), or the Doug Wickenheiser Memorial Trophy (WHL).
CHL Humanitarian of the Year Award | |
---|---|
Sport | Ice hockey |
Given for | Annually to the Canadian Hockey League player judged to have made the most notable contribution to his community in a humanitarian sense |
History | |
First award | 1993 |
Most recent | Xavier Simoneau |
Winners
List of winners of the CHL Humanitarian of the Year Award.[1]
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
gollark: Well, the regex engine is fine with it.
References
- "CHL Awards". chl.ca. Canadian Hockey League. Retrieved 2017-12-24.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.