mrdocs::trim
Return the substring without leading and trailing horizontal whitespace.
Synopsis
Declared in <mrdocs/Support/String/String.hpp>
constexpr
std::string_view
trim(std::string_view const s) noexcept;
Parameters
Name |
Description |
s |
The string to trim. |
Created with MrDocs