Guillaume Durand (journalist)

Guillaume Durand is a French journalist, born 23 September 1952, in Boulogne-Billancourt (Hauts-de-Seine).[1]

Guillaume Durand
Guillaume Durand in 2008
Born (1952-09-23) 23 September 1952
OccupationTelevision journalist

Son of Lucien and Nicole Durand (famous French artists) and former professor of history and geography, he presented the News the weekend and evening the week of La Cinq (1987–1990 and 1990–1991). Presenter of "Nulle Part Ailleurs" on Canal + (it will be returned), he went to France 2 "Esprits Libres" (2006–2008), "L'objet du scandale" (2009).

Presenter of a talk show on Europe 1, he present "La Matinale" on Radio Classique.

He married his second wife, Diane de MacMahon (descendant of Patrice de MacMahon, 3rd President of the French Republic), he is the father of four children.

Journalism

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.
gollark: It's actually a recursive regex, so it can generate infinitely deep problems with a finite... regex.
gollark: (from an esoteric programming languages discussion group)

References

  1. "Guillaume Durand". VSD. Archived from the original on 29 September 2011. Retrieved 25 May 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.