Regular Expressions 101

Community Patterns

0

Regex

Python
wifiwnsml
Submitted by krishabj - a year ago
0

DEPIT INFO

Python
K
Submitted by K - a year ago
0

SUBTOTAL

Python
SUBTOTAL 15.88
Submitted by KRISHNA - a year ago
0

CPF|CNPJ

Python
Match Brazilian documents
Submitted by Bacco - a year ago
0

恩更

Python
非法发
Submitted by anonymous - a year ago
0

dice thing

Python
Stuff for a dnd thing
Submitted by Cata - a year ago

Regular Expression to Validate File Path and Extension

1

Regular Expression
ECMAScript (JavaScript)

/
^(?:[\w]\:|\/)(\/[a-z_\-\s0-9\.]+)+\.(txt|gif|pdf|doc|docx|xls|xlsx|js)$
/
i

Description

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