How to delete lines containing a specific pattern in Notepad++

Recently I’ve been needing to mock test data for Component Tests / Integration Tests, and I found that certain properties can’t be serialized into a JSON object. The workaround is to remove those properties from the JSON entirely — that way it won’t trigger the related getters However, the data doesn’t match line-for-line, but when it follows a certain pattern as described below… At first I thought about throwing it to Claude, but that wastes tokens which are costly. So instead I figured out a way to do it manually with minimal effort but achieve the same result — and…








