Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-03 10:46
Flavor·PCRE2 (PHP)

/
^(import|export).*({[^{}]*\n})?.*'(?<file>.*)'.*$
/
gm
Open regex in editor

Description

find file name on import/export js module

Submitted by anonymous