Comparing strings
No edit summary
m ((username removed) (log details removed))
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  <string 1>.compare(<string 2>, true) = 0
  <string 1>.compare(<string 2>, true) = 0
Read more here: [https://learn.microsoft.com/en-us/dotnet/api/system.string.compare String.Compare method]
Read more here: [https://learn.microsoft.com/en-us/dotnet/api/system.string.compare String.Compare method]
{{Edited|July|12|2024}}
[[Category:OCL String Operators]]

Latest revision as of 05:29, 15 March 2024

If you want to compare two strings, case insensitive, use the following:

<string 1>.compare(<string 2>, true) = 0

Read more here: String.Compare method

This page was edited 64 days ago on 03/15/2024. What links here