The title says it all. I need to remove any existing space before reaching the first non space character.
For example, consider " Hello World"
a string that we want to operate on.
I need to convert it to "Hello World"
. How would I do that in PHP?