jcadima
5/28/2015 - 1:35 PM

Remove all white space from string

Remove all white space from string

<?php

$mobile_number = preg_replace('/\s+/', '', $number_with_spaces);