Regular Expressions 101

Community Patterns

Match Script Path

0

Regular Expression
Python

r"
^(/|\w|\.\w|\s|-|'|\"|\||\(|\[|]\||\)|\.|\*|\\|\\|\:\=)*
"
gm

Description

no description available

Submitted by anonymous - 4 years ago