-
Since all other functions are relatively case insensitive, it makes sense for sort to be case insensitive.
![image.png](https://raw.githubusercontent.com/Yoshi275/pe/master/files/b4bd4e33-6baf-4531-9…
-
```
IMHO it will be more convenient if apt-cyg does case-insensitive search just
like aptitude and apt-cache does.
With a search word more than 2..3 letters long, there won't be too many hits
among …
-
```
IMHO it will be more convenient if apt-cyg does case-insensitive search just
like aptitude and apt-cache does.
With a search word more than 2..3 letters long, there won't be too many hits
among …
-
```
IMHO it will be more convenient if apt-cyg does case-insensitive search just
like aptitude and apt-cache does.
With a search word more than 2..3 letters long, there won't be too many hits
among …
-
For example it will both support `zh-CN` and `zh-cn` segments.
Here's the code we used for a project we are working on:
``` ruby
module CaseInsensitiveLocaleSupport
# Extract the segment and find …
-
```
What steps will reproduce the problem?
1. It is hard to reproduce since it is server specific (it occurred on
cloudFlare servers)
What is the expected output? What do you see instead?
"content" …
-
```
What steps will reproduce the problem?
1. It is hard to reproduce since it is server specific (it occurred on
cloudFlare servers)
What is the expected output? What do you see instead?
"content" …
-
More a request / information than an issue.
What format does the regex parser want in the tab-grab?
I've tried `/.*CoreOS.*/i` to drop case sensitivity.
May I beg for a wiki page or two or an ans…
ghost updated
7 years ago
-
### Bug Description
parts:
![image](https://github.com/user-attachments/assets/2654eb0b-90af-40b7-9722-941734437ebd)
measures:
![image](https://github.com/user-attachments/assets/d702f428-8a4c…
-
How to achieve case sensitive string comparison in rule expression.
Example, object1.Name == "SAM" and object1.Name == "sam" should be treated differently for my scenario.
Appreciate any suggestio…