Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
ECMAScript (JavaScript)

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

Description

Regular expression for matching parenthesis, two words and comma

Submitted by anonymous - 9 years ago