Basically I want to use the same function that matches protocol names for matching preset names. The one complication is that protocol names require a match in the last position, while preset names don't. So I'll need to implement and test that option.
Basically I want to use the same function that matches protocol names for matching preset names. The one complication is that protocol names require a match in the last position, while preset names don't. So I'll need to implement and test that option.