Bobby Turnbull (footballer)

Robert Turnbull (17 December 1895 – 18 March 1952)[1] was an English international footballer, who played as an outside right.

Robert Turnbull
Personal information
Full name Robert Turnbull
Date of birth (1895-12-17)17 December 1895
Place of birth Middlesbrough, England
Date of death 18 March 1952(1952-03-18) (aged 56)
Playing position(s) Outside right
Senior career*
Years Team Apps (Gls)
1915-18 South Bank East End
1918-1925 Bradford Park Avenue 207 (43)
1925-1932 Leeds United 204 (45)
1932 Rhyl Athletic
National team
1919 England 1 (0)
* Senior club appearances and goals counted for the domestic league only

Career

Born in Middlesbrough, Turnbull played professionally for Bradford Park Avenue, before joining Leeds United in 1925 and earned one cap for England in 1919.[2]

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. "England players: Bobby Turnbull". englandfootballonline. 23 February 2016. Retrieved 25 September 2018.
  2. Bob Turnbull at Englandstats.com, Retrieved 25 September 2018


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.