-
![image.png](https://raw.githubusercontent.com/starrylight99/pe/main/files/167bcddb-3869-41fb-8399-a3d0071a4fa7.png)
Group names with same lower case character but different capitalization are filter…
-
Commands should be made case insensitive i.e Edit 1 r/a should be allowed since it is the same command.
[original: nus-cs2103-AY2324S1/pe-interim#2304] [original labels: type.FeatureFlaw severi…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2324S1/pe/master/files/167bcddb-3869-41fb-8399-a3d0071a4fa7.png)
Group names with same lower case character but different capitalization ar…
-
Hello,
I am implementing a tool that deals with case-insensitive programming languages (Ada in particular, but also a custom DSL from another company). I wonder whether you have given any thoughts a…
briot updated
11 months ago
-
### Description
We recently updated to make use of the keyword case insensitivity, but we have a use case where we search for a specific set of results filtered by a case insensitive keyword, and we …
-
* https://dba.stackexchange.com/questions/209546/how-to-do-a-case-insensitive-like-in-a-case-sensitive-database
* https://www.semantic-mediawiki.org/wiki/Thread:Help_talk:Selecting_pages/Case_insensi…
-
### Abstract
Instead of removing underscores and forcing every letter to lowercase, replace every occurrence of underscore followed by any-case letter with uppercase letter in snake_case identifier…
-
can I get it to ignore case when searching ?
-
is there any possibility to have parity with ext4 in regards to case insensitive lookups?
-
Clojure docs: https://www.clojure.org/guides/learn/syntax#_numeric_types
In particular, we need to support the following:
- [ ] Octal literals (prefixed with `0`)
- [ ] Hex literals (prefixed w…