Regular Expressions 101

Community Patterns

1

SELLER

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

Ścieki

PCRE (PHP <7.3)
Ścieki
Submitted by Ścieki - 7 years ago
1

name

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
1

byline

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

find all java static variables which are not decalared as final

0

Regular Expression
PCRE (PHP <7.3)

/
(?<![final|import])static(?!\s*final)(?!.*{)
/
g

Description

Loading markdown...
Submitted by petod - 7 years ago