Trimming Completely using PHP Regular expressions

hello friends, is your  trimming method  is taking care for  special characters ?  you might be using  some trimming for some of the special characters but what about the rest ? for you  here is a  simple  function which will trim  the string  entirely  and  results only the pure string function puretrim($input) { // this allows only alphabets numerals and .. .. ..

Created By : adrevol