1 Answers

In computer programming, trimming or stripping is a string manipulation in which leading and trailing whitespace is removed from a string.

For example, the string

would be changed, after trimming, to

4 views