-
As LDAP is largely case-insensitive, we should make sure the proxy is not stricter than LDAP.
-
In Trevas variable names are always case-sensitive.
⚠️ Variable names have to be case-insensitive
-
Save users the trouble of matching the case, e.g., for human vs mouse or whatever. This should be orthogonal to the regex. Shouldn't break too many existing applications - anyone restoring sessions wi…
LTLA updated
2 months ago
-
Is there a way to specify a regex is case-insensitive in {rex}?
We are passing it to `list.files(pattern=)` so the normal arguments are not available -- the only approach would be to add `(?i)` AFA…
-
Some radio station APIs return formats (.mp3, aac, ...) in upper case. Because of this, the player get stuck on infinite loading with no apparent reason. Takes a while to figure out the problem
Ste…
-
No error message if I enter this.
![Screenshot 2020-11-13 at 1.01.49 PM.png](https://raw.githubusercontent.com/nus-cs2103-ay2021s1/pe/main/files/d9cc1765-ee21-4a7c-bbae-a30aa67268db.png)
[origi…
-
Hi,
Is it possible to perform a case insensitive replace via and expression statement?
-
```
What is the expected output? What do you see instead?
Autocomplete in editor can be case insensitive, so that typing lower case
characters brings out all options in lower and upper cases, as in X…
-
```
I think it would be good to have the option of having case insensitive
tags. E.g., convert all tags to lowercase before storing, so that
"Something" and "something" would show as the same tag, wh…
-
As the subject says. is there a canned way to make filters case insensitive or do I need a custom filter to do that?