in reply to Re: How do I remove whitespace at the beginning or end of my string?
in thread How do I remove whitespace at the beginning or end of my string?

Beside removing whitespace at the beginning and end of the string, the above line will also remove any consecutive white space in the string.

Abigail

  • Comment on Re: Answer: How do I remove whitespace at the beginning or end of my string?