So I want to grab the datetime from the following:
{“due”:”2024-04-27 17:50:02.852Z”,”stability”:0,”difficulty”:0,”elapsedDays”:0,”scheduledDays”:0,”reps”:0,”lapses”:0,”state”:”State.newState”,”lastReview”:”2024-04-27 17:50:02.852Z”}
So I want the “2024-04-27 17:50:02.852Z” without the quotation marks.
I have found this: RegEx: Grabbing values between quotation marks
But that grabs all the occurances..