Regular Expressions 101

Community Patterns

Audit cleanup

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 - a year ago