Javascript – How to write a Regex that targets the first match in each line only?
I want to copy past a huge list of properties rather than type them all out again. However I want to avoid copy their assignments. The solution I'm trying involves a cmdF regex in VSCode. Then selecting all found matches.…