Related to #64 and #67, which each add properties with pattern matching semantics.
This PR codifies a modeling policy in which we prefer wildcard syntax to regex, which ensures compatibility across language ecosystems with varying levels of support for regex.
Related to #64 and #67, which each add properties with pattern matching semantics.
This PR codifies a modeling policy in which we prefer wildcard syntax to regex, which ensures compatibility across language ecosystems with varying levels of support for regex.
Resolves #65.