Skip to content

Instantly share code, notes, and snippets.

@vibrazy
vibrazy / UKPostcodeValidator.swift
Created March 20, 2016 11:30
Validate UK Postcodes in Swift 2.0
//
// UKPostcodeValidator.swift
// Medio
//
// Created by Daniel Tavares on 20/03/2016.
// Copyright © 2016 Daniel Tavares. All rights reserved.
// References: http://stackoverflow.com/questions/164979/uk-postcode-regex-comprehensive
// References: http://benscheirman.com/2014/06/regex-in-swift/
// Usage: UKPostcodeValidator.validate("W1D 5LH")
//