Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case insensitive matching? #32

Open
adminBCI opened this issue Jan 13, 2020 · 1 comment
Open

Case insensitive matching? #32

adminBCI opened this issue Jan 13, 2020 · 1 comment

Comments

@adminBCI
Copy link

How to do case insensitive matching of hostnames?

@adminBCI adminBCI changed the title Case insititive matching? Case insensitive matching? Jan 14, 2020
@regnarg
Copy link

regnarg commented May 21, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants