Regular Expressions 101

Community Patterns

0

22 Jimmy

PCRE (PHP <7.3)
.+\.{a-z}+$
Submitted by anonymous - 4 years ago

StringyTyped

1

Regular Expression
PCRE (PHP <7.3)

/
this.api[ ]?\([ ]?([0-9]+)[ ]?\).([^<]+)<([^\[\]>]+)>[ ]?\(([^;]+)\);
/
i

Description

Loading markdown...
Submitted by anonymous - 8 years ago