Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-25 10:00
Flavor·PCRE2 (PHP)

/
(?m)(?<type>@param) *\K(?<scalar>(?![\$])\S+)? *\K(?<var>\$\S+) *\K(?<message>\S+.*\S+)
/
mg
Open regex in editor

Description

Regex used for extract @param in phpdoc

Submitted by fmargerit