Probably a simple question, but I'm somewhat confused.
I have created 2 dynamic groups: Grp1 using user.city -contains "DEN" and Grp2 using user.city -match "Den". I have the following users with the city property set accordingly: User1 Denver, User 2 Den, User 3 DENVER. All 3 users are showing up in both groups. Is this expected? I believe that both operators use case-insensitivity, so not concerned there, but I thought -contains and -match would give me different results? Any help to understand is appreciated.