Regular Expressions 101

Community Patterns

Perforce Helix Path

1

Regular Expression
PCRE (PHP <7.3)

/
^\/\/([^\/]+)((?:\/[^\/]+)*)\/([^\/]+)$
/

Description

Breaks a Perforce Helix Path into depot, folder, filename.

Submitted by Jason Leonard - 8 years ago