Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - a year ago
0

mr regexp

ECMAScript (JavaScript)
Рег
Submitted by anonymous - a year ago

Simple Valid File Names

1

Regular Expression
ECMAScript (JavaScript)

/
^[\w\-. ]{1,40}$
/

Description

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