Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-04-24 02:44
Flavor·JavaScript

/
\/\*(?:.|\n)*?GNU General Public License(?:.|\n)*?\*\/|\"use strict";
/
gm
Open regex in editor

Description

this is just for the sake of creating documentation or working with a lot of files that all contain this license

i just needed to remove them, in order to reduce the size of the overall files

Submitted by TheonlyAquarius