Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

remove every whitespace php

$string = preg_replace('/s+/', '', $string);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #whitespace #php
ADD COMMENT
Topic
Name
2+1 =