Sujet : Re: question about linker
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 03. Dec 2024, 17:35:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vinc0f$664l$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 03.12.2024 17:09, Scott Lurndal wrote:
Janis Papanagnou <janis_papanagnou+ng@hotmail.com> writes:
>
These days, where case-sensitive data is normal, the often seen
case-insensitive default for searching is a pain, IMO.
In which utility is the default case insensitivity?
In common daily use, the search in a browser, for example.
Also search engines, Google.
vim
and grep, for example, require options to provide case insensitive
searches. (grep -i, vim :set ic, locate -i, et alia).
Sure. - In Vim or Grep I explicitly activate it in those
[rare] cases where I need it.
Unsurprisingly case-sensitivity is or seems generally be
the default behavior for Unix tools that usually provide
Regexp searches.
In Vim, specifically, there's also a 'smartcase' setting
available (which resembles what I wrote in my previous
post about a search depending on whether there's a cap
character in the search pattern)!
I suppose windows might do something so useless.
I'm not inclined to speak for or comment on Windows. :-)
Janis