Combining `Match.string` and `Match.null` for `string | null`

Is there an easy way using Match to match string | null. I figured like Schema that there would be a simple way to combine Match.string and Match.null, but I can't see anything that does that.
Was this page helpful?