Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-06-03 21:57
Flavor·Java

"
(?:.*:: )?([\w.]+)\)?
"
gm
Open regex in editor

Description

This regex extracts only the param type and omits any prefixed annotations included in the name.

Submitted by anonymous