Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-12-22 19:29
Flavor·PCRE (Legacy)

/
('providers' => \[)([^[\]]*)(\n \],)
/
ig
Open regex in editor

Description

In intend to dynamically add service providers in the app.php config file

Submitted by Jonathan Bonnefoy