Regular Expressions 101

Community Patterns

Regex Test on Slashes

0

Regular Expression
Python

r"
[\/\\][^,:]*\.\w+
"
gm

Description

A regex test for filepaths.

Submitted by anonymous - 3 years ago