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
0

lua_pattern

Python
lua file name
Submitted by anonymous - a year ago

Date Groupings

0

Regular Expression
Python

r"
([^\d\s]+)(\s+)(\d{1,2})(th|st|nd|rd)?([\/\s\-\.\,])(\s*)(\d{2,4})
"
g

Description

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