Regular Expressions 101

Community Patterns

0

MySQL DATETIME

PCRE2 (PHP >=7.3)
MySQL DATETIME
Submitted by anonymous - a year ago
0

MyRegex

ECMAScript (JavaScript)
Parse
Submitted by anonymous - a year ago

Find lines with more than two dots

0

Regular Expression
ECMAScript (JavaScript)

/
^.*(?:\..*){2,}$
/
mg

Description

Loading markdown...
Submitted by Leonard Deutsch - a year ago