question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Case Insensitive Look Up

See original GitHub issue

I think that the --lookup parameter should perform a case insensitive comparison.

Currently, this works:

ssh-audit.py --lookup=aes256-ctr

…But this doesn’t:

ssh-audit.py --lookup=AES256-CTR

@jtesta Do you have any objection to this change? I’m happy to work on it and to submit a PR.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jtestacommented, Oct 28, 2020

Merged!

0reactions
thecliguycommented, Oct 25, 2020

Thank you. PR submitted, see #80.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linux: Case-insensitive file searching with locate and find
The key to that case-insensitive search is the use of the -iname option, which is only one character different from the -name option....
Read more >
Case-Insensitive Search in SQL - Use The Index, Luke
Case -Insensitive Search Using UPPER or LOWER. Ignoring the case in a where clause is very simple. You can, for example, convert both...
Read more >
Case-sensitive Lookup in Excel (Easy Tutorial)
By default, the VLOOKUP function performs a case-insensitive lookup. However, you can use INDEX, MATCH and EXACT in Excel to perform a case-sensitive...
Read more >
How to do case insensitive string comparison? - Stack Overflow
The best way to do a case insensitive comparison in JavaScript is to use RegExp match() method with the i flag. Case-insensitive search....
Read more >
Case sensitive lookup - Excel formula | Exceljet
At the core, this is an INDEX and MATCH formula, with the EXACT function used inside MATCH to perform a case-sensitive match. ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found