Created
December 13, 2015 07:15
-
-
Save paulz/cdb1f73d834b5eb24afb to your computer and use it in GitHub Desktop.
Xcode Find Regular Expression to select file header template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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