Regular Expressions 101

Community Patterns

import exp

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

find file name on import/export js module

Submitted by anonymous - a year ago