Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
I had a bunch of Markdown files with a frontmatter property I didn’t need anymore, so I used this search expression in VS Code with regex enabled to find all lines starting with booktitle: and removed the entire line using Replace with an empty string:
^booktitle:.*
