Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-23 17:17
Flavor·ECMAScript (JavaScript)

/
(?:(:\n\s))(?:\s|\n|(?:.(?!modern))*)*
/
gm
Open regex in editor

Description

This cleans up the search results from VSCode so that we can paste the file list into Google Sheets.

Submitted by anonymous