Regular Expressions 101

Community Patterns

Method signature search

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