[[["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 2024-07-13 UTC."],[[["`rindex()` searches a string for the last occurrence of a specified substring and returns the starting index of the match."],["If the substring is not found, `rindex()` returns -1."],["The function operates on an input string (`target`) and takes the substring to search for (`pattern`) as an argument."],["It returns the index (an integer) of the last occurrence of the pattern within the target string."]]],[]]