python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
perforce linux server in case-insensitive mode
Was setting up a test perforce server on linux, and found out its case sensitive. How can I switch the server to case insensitive? Is this possible? Would the server need set up again?
ghost654
Votes: 0
Answers: 1
Regex: Case-insensitive Matching with Case-sensitive Exceptions
Use case: I have a large bulk of text I need to match, line by line, against a large list of terms to audit for consistency etc.
What I do: Take the term list, order by length (desc) to ensure longer ...
Markus AO
Votes: 0
Answers: 0
Remove duplicates but with case sensitive
I am trying to remove duplicates but with case sensitivity.
For example, ABC123 is not the same as abc123, hence, do not remove it.
But ABC123 and ABC123 is the same, hence, remove them.
This is my cu...
Jayl
Votes: 0
Answers: 2