Skip to content

Instantly share code, notes, and snippets.

@phsantiago
Created October 18, 2016 19:26
Show Gist options
  • Save phsantiago/921e8870fc4deaaf1baad0bd6b4e7570 to your computer and use it in GitHub Desktop.
Save phsantiago/921e8870fc4deaaf1baad0bd6b4e7570 to your computer and use it in GitHub Desktop.
<?php
$return = preg_replace( '/\b(\d{2})\D?(\d{3})\D?(\d{3})\D?(\d{4})\D?(\d{2})\b/' , '$1.$2.$3/$4-$5' , $cnpj );
echo $return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment