[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["The `replace()` method returns a new string with instances of a given pattern replaced by a specified replacement string."],["It accepts a regular expression or a string to define the pattern to be replaced and the replacement string."],["Optional flags can be used to control the behavior of the replacement, such as performing a global replacement ('g') or ignoring case ('i')."],["The method is available for Earth Engine String objects in both JavaScript and Python environments."]]],[]]