Skip to content

Instantly share code, notes, and snippets.

@breenie
Created July 8, 2013 10:20
Show Gist options
  • Save breenie/5947736 to your computer and use it in GitHub Desktop.
Save breenie/5947736 to your computer and use it in GitHub Desktop.
<?php strtolower(preg_replace('/(?<=[a-z])([A-Z])/', '_$1', $string)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment