Skip to content

Instantly share code, notes, and snippets.

@ayanonagon
Created November 8, 2015 02:52
Show Gist options
  • Save ayanonagon/3a5c23bd044062cea449 to your computer and use it in GitHub Desktop.
Save ayanonagon/3a5c23bd044062cea449 to your computer and use it in GitHub Desktop.
let licenseURLs = allURLs.filter { URL in
return URL.lastPathComponent?.rangeOfString("LICENSE") != nil || URL.lastPathComponent?.rangeOfString("LICENCE") != nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment