Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-05-18 14:43
Flavor·Java

"
(?:[\/](?:(?:\\\\)|(?:\\\/)|(?:[^\\\/]))+)
"
gm
Open regex in editor

Description

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

Submitted by anonymous