Regular Expressions 101

Community Patterns

Javascript anonymous functions

1

Regular Expression
PCRE (PHP <7.3)

/
(?:(?:(?:(?:var|let)[ \t]+)?([\w.\-]+)[ \t]*[:=]|[(!])[ \t]*)function(?:[ \t]+([\w.\-]+))?[ \t]*\([^)]*\)
/
gm

Description

no description available

Submitted by anonymous - 4 years ago