Function RemAll() Foundation
Removes a specified character from the left and the right side of a string.
RemAll( <cString> , ; // Type: C
[<cCharacter|nASCIICode>] ; // Type: CN Default: Chr(32)
) --> cResultString
Returns a string where the specified characters are removed from the left and the right side of <cString>. If no character is specified the result is identical to AllTrim().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.