Skip to content

Instantly share code, notes, and snippets.

@paulz
Created December 13, 2015 07:15
Show Gist options
  • Save paulz/cdb1f73d834b5eb24afb to your computer and use it in GitHub Desktop.
Save paulz/cdb1f73d834b5eb24afb to your computer and use it in GitHub Desktop.
Xcode Find Regular Expression to select file header template
Find and Replace following regular expression with empty string to remove copyright headers
//\n//.+\n//.+\n//\n//.+\n// Copyright.+$\n//\n\n
//
// FileName.m
// ProjectName
//
// Created by Author on Date.
// Copyright 2015 iPhone Developer. All rights reserved.
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment