if (preg_match("/(\s)/", $num)) {
                preg_match("/([a-zA-Z0-9]+)(\s)([a-zA-Z0-9]+)/", $num, $matches);

                if (isset( $matches[3] )) {
                    $prop = sprintf("%s%s", $matches[1], $matches[3]);