[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The `REPLACE_ALL` function replaces all occurrences of a specified substring within a string."],["It requires two string arguments: the substring to be replaced and the replacement string."],["The function's output is the updated string with all instances of the substring replaced, up to a maximum replacement string size of 10 KB."],["The `REPLACE_ALL` function specifically works with string data types."],["It has an example that demonstrates how to replace all instances of the substring \"Apigee\" with \"Google\" resulting in the string \"HelloGoogle\"."]]],[]]