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?

Note that the /g in the two line example are pointless. There's no need to repeatedly remove all whitespace at the front or end.

Abigail

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