Regular Expressions 101

Community Patterns

Props Destructuring (first Pass)

0

Regular Expression
PCRE (PHP <7.3)

/
(export )?const (.* \= \()(.*)(\).*\()(?'fileContent'(\n.*)+)\3\.(?'varName'[^}]*)\}(?'restOfPropLine'.*$)(?'restOfFileContent'(\n.*)+>\n\);)
/
gm

Description

First pass that converts first instance of non-destructured props

Submitted by anonymous - 4 years ago