Universeorange.com/Docs/
{string.trim.right(String $string, String $characters=" \n\r\t\v\0")}
Strip whitespace (or other characters) from the end of a string.
string
The string that will be trimmed.
characters
Optionally, the stripped characters can also be specified using the characters parameter.
Simply list all characters that you want to be stripped.
With .. you can specify a range of characters.
Returns the trimmed
string
.
https://www.php.net/manual/en/function.rtrim.php
Last modified: 2021-06-07
© 2021 universeorange.com