Community Patterns

Community Library Entry

2

Regular Expression
Created·2016-04-24 11:40
Flavor·ECMAScript (JavaScript)

/
[(]\w+,\w+[)]
/
Open regex in editor

Description

Regular expression for matching parenthesis, two words and comma

Submitted by anonymous