Comparing strings
No edit summary
m ((username removed) (log details removed))
(No difference)

Revision as of 05:29, 15 March 2024

This page was created by Lars.olofsson@mdriven.net on 2023-03-26. Last edited by Edgar on 2025-01-20.

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