Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
Java 8

"
\\|/|:|\*|\?|\"|<|>|\|
"
gm

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 - 3 years ago