Function ReplAll() Foundation

Replaces specified characters at the left and the right side of a string.

Syntax
ReplAll( <cString>                  , ;  // Type:  C
         <cReplaceChar|nReplaceChar>, ;  // Type: CN
         [<cSearchChar|nSearchChar>]  ;  // Type: CN   Default: Chr(32)
       ) --> cResultString
Return

Returns a string where all leading and trailing characters specified with <cSearchChar> are replaced with <cReplaceChar>.

Feedback

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.