Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
2,261 questions
Filter by
Sorted by
Tagged with
3votes
5answers
183views

I'm trying to compare two comma-separated strings in Excel and calculate the percentage of similarity based on matching values at the same position.For example:Cell A2 contains: "1,E,E,E,E,E&...
1vote
1answer
116views

From time to time, I am asked where a permission is being used in Entra. For example, who has access to modify network settings and on which resources? I have a script that does a pretty good job of ...
0votes
2answers
63views

I am setting up a golden master test case, yet the result may be off at certain points due to side-effects changing some strings at known places.Getting rid of those side-effects would be best, yet ...
2votes
1answer
257views

I am looking to create a Delphi function that ignores the first character of either string if it starts with a Chr(127). This is used in a sort comparison which is extremely slow with 30,000 items ...
0votes
0answers
25views

I have a set of data and want to compare the differences between 2 rows but also label what column the differences appear.Type Units CostDogs. 5. £20Dogs. 5. £25...
Sham Persand's user avatar
-4votes
1answer
119views

Consider:String s1 = "ABc";String s2 = "abc";System.out.println(s1.compareTo(s2));On which basis the output will be -32 if only the first character decimal value of s1 and s2 ...
Manish Agarwal's user avatar
0votes
0answers
28views

how to compare two blob colomns on the same table ?For example: PIC1 contains a picture of a bridge taken from 5 meter distance, whereas PIC2 contains a picture of the same bridge taken from 10 meter ...
0votes
3answers
106views

I have string name with salutationDATIN SERI PADUKA JOHN DOE with actual name is JOHN DOEand i have list excel for salutation :DATIN SERIDATIN SERI PADUKACurrently using substitute function from ...
3votes
3answers
177views

I want to compare two strings with function int compare(char* A, char*B), returning 1 when A is larger, 0 when B is larger.Assume the maximum character is 100, I want the order to be ‘A’< ‘a’ < ...
Angus Wai's user avatar
1vote
5answers
151views

In my program, whenever I have a single character, it will have a count of 1. For example, if I had abbbbbc, I would get back a1b5c1. I don't want single characters to have a count. I like the program ...
-2votes
2answers
80views

I want to write a PL/SQL function with 4 arguments: SEARCH_STRING, CHECK_STRING, SEARCH_CHAR and CHECK_CHARwhere the function will check the SEARCH_STRING against the CHECK_STRING and detect whether ...
2votes
1answer
54views

I was reading about best practices for comparing strings and saw these two points:Use the String.Compare and String.CompareTo methods to sort strings, not to check for equality.Don't use an ...
David Klempfner's user avatar
-1votes
1answer
95views

I have a problem with a piece of data as a string, and I have to check if the data exists between the stated ranges.Note that if both ends are numbers, the comparison is not the usual number ...
Kalyan Krishna's user avatar
0votes
1answer
64views

I am a newbie in JavaScript and programming. Need assistance to clarify this doubtconsole.log('a'>'A'); // -> Truelet result = 'a'.localeCompare('A'); console.log(result); // -&...
0votes
1answer
72views

I only learned of Option Compare Text recently so I wrote a little test:Dim sw As New Stopwatch()Dim w As Boolean = Falsesw.Reset()sw.Start()Dim A As String = "hello, world"For o As ...
Maury Markowitz's user avatar

153050per page
1
2345
151

Hot Network Questions

more hot questions
Newest string-comparison questions feed

[8]ページ先頭

©2009-2025 Movatter.jp