Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-04-07 13:33
Flavor·PCRE2 (PHP)

/
(^\t*)(\/\*\*\n\s*\*\s.*)((?:\n\s*\*(?!\s@since).*)*)\/
/
gm
Open regex in editor

Description

This regular expression helps keeping the PHP documentation up to date by adding the @since tags in the doc block where there are none.

Submitted by raaaahman