Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-20 03:23
Flavor·Python

r"
(static\s*){0,1}\w{1,}\s{1,}\w{1,}\s*\(.*\)[^;]
"
gm
Open regex in editor

Description

(static\s*){0,1}\w{1,}\s{1,}\w{1,}\s*(.*)[^;]

Submitted by anonymous