A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

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