box / box/wavectl

The regular expressions should search case insensitive

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
16
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Some resource options accept regular expressions
https://github.com/box/wavectl/blob/master/doc/CommandReference.md#resource-options

Those regular expressions should be case insensitive.
Since the implementation is re module in python using https://docs.python.org/2.7/library/re.html#re.IGNORECASE should be enough.

From the user's point of view, I really doubts anyone cares that the regular expressions are case sensitive. It makes the regular expression search more difficult to use.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.