Using `Match` with Regex in Functional Programming
Are there any examples of using
Match with regular expressions? I'm looking to do something like: Match.value(urlPath).pipe(Match.when(SomeRegexp, (value) => something))