Regular Expressions 101

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
(?:(:\n\s))(?:\s|\n|(?:.(?!modern))*)*
/
gm

Description

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

Submitted by anonymous - 2 years ago