Enums/MatchFormattingOptions.ps1

enum MatchFormattingOptions {
    ExactMatch
    SubsetMatch
}