South Sudan Premier League
The South Sudan Premier League is on the second level of the football pyramid in South Sudan after the South Sudan Football Championship. The first season started in 2013 after the independence of South Sudan.
Founded | 2013 |
---|---|
Confederation | CAF |
Level on pyramid | 2 |
Relegation to | South Sudan Football Championship |
Domestic cup(s) | S.S.D SUPER CUP |
Current champions | Central Equatoria United F.C (2015 S.S.D Premier League) |
Most championships | Central Equatoria United F.C (2) |
Clubs
2014
Club | Town |
---|---|
Central Equatoria United F.C | Juba |
Al Juba | Juba |
At Juba | Juba |
El Western Equatoria C.F | Western Equatoria |
Al Jonglei | Jonglei |
Jonglei F.C | Jonglei |
Lakes Cats | Lakes |
Castle FC | Western Bahr el Ghazal |
Dream Team FC | Eastern Equatoria |
Warrap | Warrap |
Champions
- 2013 – Central Equatoria United F.C
- 2014 – Central Equatoria United F.C
Performance by club
Club | Winners | Winning Years |
---|---|---|
Central Equatoria United F.C | 2 | 2013,2014 |
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
gollark: As planned.
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.