Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-04 23:22
Flavor·ECMAScript (JavaScript)

/
@((?:[\s\S](?!\*\/|@))*)
/
mg
Open regex in editor

Description

Finds parameters in jsDocs (parameters are sections of information starting with @ and only appear in a block after free floating text

Submitted by anonymous