Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-01-05 10:19
Flavor·ECMAScript (JavaScript)

/
\.set\((.+,\s?){2}(.+)\)
/
g
Open regex in editor

Description

I use this when doing full text searches in my IDE and want to find specific uses of a method (or function).

Submitted by anonymous