Open adminBCI opened 4 years ago
How to do case insensitive matching of hostnames?
As glob is used for matching, you can make a pattern such as [Dd][Oo][Mm][Aa][Ii][Nn].[Tt][Ll][Dd]. It is a bit ugly but seems to work. However, I think case insensitive matching should be the default.
glob
[Dd][Oo][Mm][Aa][Ii][Nn].[Tt][Ll][Dd]
How to do case insensitive matching of hostnames?