Function ReplAll() Foundation
Replaces specified characters at the left and the right side of a string.
ReplAll( <cString> , ; // Type: C
<cReplaceChar|nReplaceChar>, ; // Type: CN
[<cSearchChar|nSearchChar>] ; // Type: CN Default: Chr(32)
) --> cResultString
Returns a string where all leading and trailing characters specified with <cSearchChar> are replaced with <cReplaceChar>.
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.