RegEx get last match of a date format from string inside a Google Sheets cell
问题 My objective is to extract a date string and following characters using Regex in Google Sheets (sheets function: regexextract) where the string is the last line of a cell and starts with a date format "yyyy-DD-MM" followed by ":". So the RegExpression that I currently have looks like: \d{4}-\d{2}-\d{2}:.+ This works fine but it returns the first match. Instead I want to start at the end of the cell and extract the last match when there are multiple date strings. This is because the contents