Copyright 2025

The Valley of Code

A Flavio Copes project

regex select entire line starting with..
regex select entire line starting with..

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:.*


Join my AI Workshop !

The Web Development BOOTCAMP cohort starts in February 2026