fullPatternMatch

check if the path matches the supplied path pattern , according to the OSC spec pattern rules ('*' and '//' wildcards, '{}' alternatives, brackets etc)

bool
fullPatternMatch
(
const(char)[] pattern
,
const(char)[] test
)

Meta