[#mrdocs-rtrim-08] = xref:mrdocs.adoc[mrdocs]::rtrim :relfileprefix: ../ :mrdocs: Return the substring without trailing specified characters. == Synopsis Declared in `<mrdocs/Support/String.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::string_view rtrim( std::string_view const s, std::string_view const chars) noexcept; ---- == Return Value The modified string. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The string to trim. | *chars* | The characters to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#