Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Java 8

"
(?:[\/](?:(?:\\\\)|(?:\\\/)|(?:[^\\\/]))+)
"
gm

Description

Match segmented paths with '' and '/' escaped by ''

Submitted by anonymous - 4 years ago