Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(\d{6})(.csv$)
/
i

Description

Find any flaws?

ignore case = true global = false

"123456.csv" assert true

Submitted by anonymous - 4 years ago