Using PHP Regular expressions I'm looking to format a variable to remove space after...

  • Thread starter Thread starter Brian N
  • Start date Start date
B

Brian N

Guest
...a quote.? EX: "test"," best"," asdf"
(space before asdf and best)
I cannot remove all white space though because some variables will show up:
EX: "word one","word two" ...etc...
Any suggestions?
 
Back
Top