Is there a way to consistently exctract city names from strings that look like this:
{"id":25,"title":"Buenos Aires"}
{"id":26,"title":"Chicago"}
I was thinking about starting from 3 rd character from the end and then stopping at second quotation mark but I didnt find the way to do it.