Unanswered question

How to do a not case sensitive search without using regex

How can you do a not case sensitive search without having to use regular expressions?

Right now in my test if I do ctrl+f and search for say a URL. I have to put it in perfectly case sensitive and all.

Or I have to put (?i) before my search criteria and check the regular expression box before I do my search. This is the only way I can tell it to not be case sensitive on the search criteria.

Honestly I am not even sure why it defaults to case sensitive on a search. You would think it would default to Not Case Sensitive. There should be a checkbox or something to say case sensitive or not case sensitive.

Tony A.
Tony A.

Tony A.

Level
0
3 / 100
points

No answers