Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-04-18 09:06
Flavor·PCRE (Legacy)

/
[^\w](?<!->)(trans|trans_choice|Lang::get|Lang::choice|Lang::trans|Lang::transChoice|@lang|@choice|__)\s*\(\s*((?<![\\])['"])((?:.(?!(?<![\\])\2))*.?)\2\s*[,\)]
/
g
Open regex in editor

Description

When searching translatable strings in Laravel, this Regex will match all quoted string labels and JSON message localizations.

Submitted by anonymous