Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
\.set\((.+,\s?){2}(.+)\)
/
g

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 - 8 years ago