Mehdi Qoli Khan Shamlu

Mehdi Qoli Khan Shamlu (Persian: مهدی قلی خان شاملو) was a Turkoman military officer from the Shamlu tribe, who briefly served as the Safavid governor of Bia-pish (eastern Gilan) from 1592 to 1593.

After the fall of the Kia'i dynasty, shah Abbas I appointed Mehdi Qoli Khan as the governor of Bia-pish, while Ali Beg Sultan was appointed as the governor of Bia-pas (western Gilan). One year later, however, Mehdi Qoli Khan was dismissed by the shah due to his bad management of the province. He is thereafter no longer mentioned.

Sources

  • Kasheff, Manouchehr (2001). "GĪLĀN v. History under the Safavids". Encyclopaedia Iranica, Vol. X, Fasc. 6. pp. 635–642.CS1 maint: ref=harv (link)
  • Mitchell, Colin P. (2009). The Practice of Politics in Safavid Iran: Power, Religion and Rhetoric. I.B.Tauris. pp. 1–304. ISBN 0857715887.CS1 maint: ref=harv (link)
Preceded by
Khan Ahmad Khan (Kia'i rule)
Governor of Bia-pish
1592 – 1593
Succeeded by
Unknown
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)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.