Regular Expressions 101

Community Patterns

dir_linux

0

Regular Expression
Python

r"
^\/([\.\w\d_]+\/?[\.\w\d_-]*)*$
"
gm

Description

check dir is illegal or not

Submitted by anonymous - 3 years ago