Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ThasianX/70235342d964e1b45297c6422878faee to your computer and use it in GitHub Desktop.
Save ThasianX/70235342d964e1b45297c6422878faee to your computer and use it in GitHub Desktop.
Regular expression that matches the file header comment that Xcode automatically generates
//
// .*
// .*
//
// Created by .*
// Copyright .*
//
\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment