Regular Expressions 101

Community Patterns

0

File extension

Python
no description available
Submitted by anonymous - 5 years ago
0

Folder path

Python
no description available
Submitted by anonymous - 5 years ago
0

Date extraction

Python
no description available
Submitted by anonymous - 5 years ago
0

Some sql beauty

Python
no description available
Submitted by anonymous - 5 years ago
0

С НДС

Python
no description available
Submitted by anonymous - 5 years ago
0

Без НДС

Python
no description available
Submitted by anonymous - 5 years ago
0

Chess

Python
no description available
Submitted by anonymous - 5 years ago

Matches the prefix at the beginning of string or after a slash

0

Regular Expression
Python

r"
.*(?:(?<=\/)|^)([a|g|amp|gmp]\d+)[\.]?(?:[\w-]+)?.*
"
gm

Description

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