I\'m using a php function want to create a function to trim all unnecessary white spaces from a multi line string.
The regex that it\'s not working is the one tha
preg_replace('/*(.*) +?\n*$/', $content)
Live Demo