Closed
Description
The below regex does not allow capital letters:
Line 53 in 4b6f4eb
This, combined with no console output, can leave the script only performing part of its functionality which may leave some users confused.
I see a few potential remedies here but I'm less familiar with the tool, so wanted to get some input.
It seems we could:
- Adjust the regex to allow capital letters
- Call
ToLower()
on the key prior to processing it in the regex - Be explicit about keys not matching and ensuring that we publish a message stating why.
I'll submit PRs for all three options in case you have a preference for one or the other. Also, please let me know if I'm misunderstanding the problem here.
Metadata
Metadata
Assignees
Labels
No labels