Skip to main content

pattern_match

Function pattern_match 

Source
pub fn pattern_match(pattern: &str, addr: &str) -> bool
Expand description

Match an OSC address pattern against a concrete address.

Supports * as a wildcard matching a single path segment.