Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-25 01:50
Flavor·Python

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

Description

check dir is illegal or not

Submitted by anonymous