EQUALS_IGNORE_CASE function

EQUALS_IGNORE_CASE function

Function Name Description Usage Input parameter Return value
EQUALS_IGNORE_CASE Compares the specified value with the existing value. EQUALS_IGNORE_CASE(value) Value to compare. A boolean. Returns TRUE if the specified value matches the existing value (ignoring case) and FALSE otherwise.

Supported data type

The EQUALS_IGNORE_CASE function supports the following data type:

  • String

Example: Compare two strings

Sample data: $var1$ = "Apigee Integrations"

Usage: $var1$.EQUALS_IGNORE_CASE("apigee integrations")

Check if var1 equals apigee integrations.

Output: TRUE

Recommendation

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月09日 UTC.