Skip to content

Instantly share code, notes, and snippets.

View igorbrites's full-sized avatar
👨‍👩‍👧
I'm one with the Force and the Force is with me.

Igor Brites igorbrites

👨‍👩‍👧
I'm one with the Force and the Force is with me.
View GitHub Profile
<?php
/**
* Create a web friendly URL slug from a string.
*
* Although supported, transliteration is discouraged because
* 1) most web browsers support UTF-8 characters in URLs
* 2) transliteration causes a loss of information
*
* @author Sean Murphy <sean@iamseanmurphy.com>
* @copyright Copyright 2012 Sean Murphy. All rights reserved.