Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
^isCellValueEqualTo\(('[0-9]+\.[0-9]+'), ('CashValue')\);$
/
s

Description

match a specific method name match a quoted double value for method parameter 1 match a quoted, specific string value for method parameter 2

Submitted by nickleus - 9 years ago