Study the ways to implement trim operations of std::string

Print Friendly, PDF & Email

Introduction

The C++ Standard Template Library (STL, for short) contains the useful std::string class, which provides a lot of common string operations. However, the well-known trim operation was not implemented. The trim operation performs removals of all unused spaces placed before and after the characters into a string.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.