Regular Expressions 101

Community Patterns

Regular expression for matching parenthesis, two words and comma

2

Regular Expression
ECMAScript (JavaScript)

/
[(]\w+,\w+[)]
/

Description

Regular expression for matching parenthesis, two words and comma

Submitted by anonymous - 8 years ago