Compare strings
- Last UpdatedJul 23, 2024
- 1 minute read
In a script, you can use the StringCompare(), StringCompareNoCase() and StringCompareEncrypted() functions to compare two strings.
|
Use |
To |
|---|---|
|
StringCompare() |
Make a case-sensitive comparison. |
|
StringCompareNoCase() |
Make a case-insensitive comparison. |
|
StringCompareEncrypted() |
Compare an encrypted string with an unencrypted string. |