namespace BunyMuny { public enum RuleMatch { Exact, Start, End, Regex, Contains } }