As you can see in the partial ASCII chart below, this is a fairly meaningless range. You would be closer with {A-z}, but you should really use {A-Za-z} which matches anything in the set {A-Z} or {a-Z} according to the help document for @Matches which gives the example: