Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-08 06:09
Flavor·Java

"
\\|/|:|\*|\?|\"|<|>|\|
"
gm
Open regex in editor

Description

Pattern matches to all illegal characters in directory name. Can be useful for normalizing the folder name before creating it

Submitted by Vlad Yevtushenko