Henric Sturehed

Henric Sturehed (born 9 October 1990) is a Swedish professional golfer.

Henric Sturehed
Personal information
Born (1990-10-09) 9 October 1990
Linköping, Sweden
Nationality Sweden
ResidenceLinköping, Sweden
Career
Turned professional2011
Current tour(s)European Tour
Former tour(s)MENA Golf Tour
Nordic Golf League
Professional wins2

Sturehed competed on the 2017 MENA Golf Tour where he won the MENA Tour Championship, becoming the fourth Swede after Per Barth, Christofer Blomstrand and Fredrik From to win a MENA Tour event. He finished the season second on the MENA Tour Order of Merit which earned him cards on the Sunshine Tour and the Asian Development Tour, along with starts at the Omega Dubai Desert Classic and KLM Open on the European Tour.[1]

In November 2017 Sturehed became one of 33 players to earn 2018 European Tour cards through Q School, and he made his debut at the AfrAsia Bank Mauritius Open a few weeks later.[2][3]

Professional wins (2)

MENA Tour wins (1)

No. Date Tournament Score Margin of
victory
Runner-up
1 26 Oct 2017 MENA Tour Championship −21 (68-63-67-69=267) 9 strokes Jake Shepherd

Nordic Golf League wins (1)

No. Date Tournament Score Margin of
victory
Runner-up
1 24 Aug 2014 Landeryd Masters −10 (71-69-66=206) Playoff Elias Bertheussen
gollark: Fine.```python# from here: https://github.com/Rapptz/RoboDanny/blob/18b92ae2f53927aedebc25fb5eca02c8f6d7a874/cogs/utils/time.pyshort_timedelta_regex = re.compile("""(?:(?P<years>[0-9]{1,8})(?:years?|y))? # e.g. 2y(?:(?P<months>[0-9]{1,8})(?:months?|mo))? # e.g. 2months(?:(?P<weeks>[0-9]{1,8})(?:weeks?|w))? # e.g. 10w(?:(?P<days>[0-9]{1,8})(?:days?|d))? # e.g. 14d(?:(?P<hours>[0-9]{1,8})(?:hours?|h))? # e.g. 12h(?:(?P<minutes>[0-9]{1,8})(?:minutes?|m))? # e.g. 10m(?:(?P<seconds>[0-9]{1,8})(?:seconds?|s))? # e.g. 15s """, re.VERBOSE)def parse_short_timedelta(text): match = short_timedelta_regex.fullmatch(text) if match is None or not match.group(0): raise ValueError("parse failed") data = { k: int(v) for k, v in match.groupdict(default=0).items() } return datetime.datetime.utcnow() + relativedelta(**data)cal = parsedatetime.Calendar()def parse_humantime(text): time_struct, parse_status = cal.parse(text) if parse_status == 1: return datetime.datetime(*time_struct[:6]) else: raise ValueError("parse failed")def parse_time(text): try: return datetime.datetime.strptime(text, "%d/%m/%Y") except: pass try: return parse_short_timedelta(text) except: pass try: return parse_humantime(text) except: pass raise ValueError("could not parse time")```
gollark: ... no.
gollark: The time parsing logic is kind of inconsistent.
gollark: ++remind 9h32m no you aren't.
gollark: ++magic sql select * from reminders order by id desc limit 1

See also

References

  1. "Sturehed wins MENA Tour Championship in dominant fashion". MENA Golf Tour. Retrieved 4 December 2017.
  2. "Horsfield gallops onto the European Tour". PGA European Tour. 16 November 2017.
  3. "Final Qualifying Stage – Leaderboard". PGA European Tour. Retrieved 16 November 2017.


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