Regular Expressions 101

Community Patterns

java variable declaration

2

Regular Expression
PCRE (PHP <7.3)

/
^\s*(?:(final)\s+)?(int|double|String|boolean|char)\s+(?:(?:(\w+)\s*(?:\=\s*(\w+))?\,?\s*)+)\;\s*$
/

Description

no description available

Submitted by anonymous - 9 years ago