Skip to content

Instantly share code, notes, and snippets.

@Atsumi3
Last active October 11, 2016 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Atsumi3/bd16b24fe75b9fe93706e85c864dcecd to your computer and use it in GitHub Desktop.
Save Atsumi3/bd16b24fe75b9fe93706e85c864dcecd to your computer and use it in GitHub Desktop.
NS*CalendarUnit -> NSCalendarUnit*
# pattern
## 3: NSDayCalendarUnit
## 17: NSYearForWeekOfYearCalendarUnit
NS(.{3,17})CalendarUnit
# replace
NSCalendarUnit$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment