You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The function returns a STRING LIST with the content of argument s where every occurrence of substring find and ignoring the case, has been replaced with string replacement.

Syntax
findReplaceAllIgnoreCase(string s, string find, string replacement) #Output: String list