Skip to content

regex select entire line starting with..

New Courses Coming Soon

Join the waiting lists

Had a bunch of markdown files with a frontmatter property I didn’t need any more, 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:.*

Here is how can I help you: