Function replaceAll string replaceAll(string a_str, string a_search, string a_replacement) Replaces all a_search in a_str with the replaced value a_replacement Source file fcf:fcf.js Namespace fcf Arguments: string a_str - Processing string string a_search - The substring to be replaced string a_replacement - Replacement string Return value: string The processed string