Universeorange.com/Docs/

R3m/framework Function reference string.trim

{string.trim(String $string, String $characters=" \n\r\t\v\0")}

Strip whitespace (or other characters) from the beginning and 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.

More information:

https://www.php.net/manual/en/function.trim.php

Last modified: 2021-06-07

© 2021 universeorange.com