79086315

Date: 2024-10-14 13:23:13
Score: 1
Natty:
Report link
extension String {    
   func removeHTTPPrefix() -> String {
       return self.components(separatedBy: "://").last ?? self
   }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ATV