Description
|
Determine whether an author is living or dead, and extract the birth and death dates.
|
Notes
|
These patterns are based on observations only, and have not been tested.
|
Possible tasks
|
- Compare death dates with license tags to find outdated tags.
- List formerly living authors that may be dead now.
- Categorise authors by date or era.
|
Required bot capabilities
|
- Singleline mode (all text treated as one line)
- If (perform a given pattern only if a condition is met)
- Greedy mode (match as much as regex permits)
|
Logic and patterns
|
|