Skip to content

Instantly share code, notes, and snippets.

View ekurutepe's full-sized avatar

Engin Kurutepe ekurutepe

View GitHub Profile
@ekurutepe
ekurutepe / NSScanner+Swift.swift
Last active November 29, 2016 20:59 — forked from natecook1000/NSScanner+Swift.swift
Swift-friendly NSScanner methods. Updated with Swift 3.0 syntax.
// NSScanner+Swift.swift
// A set of Swift-idiomatic methods for NSScanner
//
// (c) 2015 Nate Cook, licensed under the MIT license
import Foundation
extension Scanner {
// MARK: Strings