Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php trim quotes

trim($string,'"'); // double quotes
trim($string,''"'); // any combination of ' and "
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #trim #quotes
ADD COMMENT
Topic
Name
3+2 =