summaryrefslogtreecommitdiff
path: root/types/unixpath.pp
blob: 4cd6f01e494a8dc91c43f9e7badacd900ec70d5c (plain)
1
2
# this regex rejects any path component that is a / or a NUL
type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+\/*)*$/]