- Code: Select all
- { file: mookerawa, image: Mokwatersweb2.jpg, caption: Mookerawa Waters State Park, Lake Burrendong }
I want to quote the captions.
I tried:
Find What:
- Code: Select all
caption:\s*(.*)\s*\}
Replace With:
- Code: Select all
caption: "\1" }
I thought maybe I had to escape the quotes in the replacement, but that doesn't change anything.
Is there a bug, or am I missing something?
I am getting an unwanted space between the end of caption string and the end bracket:
- Code: Select all
- { file: mookerawa, image: Mokwatersweb2.jpg, caption: "Mookerawa Waters State Park, Lake Burrendong " }