National Highway 753F (India)

National Highway 753F, commonly referred to as NH 753F is a national highway in India.[1][2] It is a spur road of National Highway 53.[3] NH-753F traverses the state of Maharashtra in India.

National Highway 753F
Route information
Auxiliary route of NH 53
Length538.8 km (334.8 mi)
Major junctions
North endJalgaon
South endDighi Port
Location
StatesMaharashtra
Highway system
  • Expressways
  • National
  • State
NH 53NH 66

Route

Jalgaon, Pahur, Fardapur, Ajanta, Sillod, Phulambri, Aurangabad, Newasa, Wadala Bahiroba, Ghodegaon, Ahmednagar, Shirur, Ranjangaon, Shikrapur, Pune, Paud, Mulshi, Tamhini, Nijampur, Mangaon, Mhasla, Dighi Port .[1][2]

Junctions

NH 53 Terminal near Jalgaon.[1]
NH 66 near Mangaon.
NH 166C Terminal near Dighi Port.[1]
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)

See also

References



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