Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-05-20 14:25
Flavor·Python

r'
(?<=[a-z,0-9])/{1}
'
gm
Open regex in editor

Description

Simple regex to split url

Submitted by Hangfish