Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - 2 years ago

mr regexp

0

Regular Expression
ECMAScript (JavaScript)

/
(?:feat|bugfix)(:?\((?:VLOT-\d+\,?)+\))?:\s
/
gm

Description

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