[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEQUALS_IGNORE_CASE\u003c/code\u003e function compares a specified value with an existing value, ignoring case differences.\u003c/p\u003e\n"],["\u003cp\u003eThis function returns \u003ccode\u003eTRUE\u003c/code\u003e if the values match (case-insensitive) and \u003ccode\u003eFALSE\u003c/code\u003e otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEQUALS_IGNORE_CASE\u003c/code\u003e function supports string data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example is provided showing how to use the \u003ccode\u003e$var1.EQUALS_IGNORE_CASE("apigee integrations")\u003c/code\u003e function on a variable with the value \u003ccode\u003e"Apigee Integrations"\u003c/code\u003e, which will return \u003ccode\u003eTRUE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe supported connectors for Application Integration can be found at the provided URL.\u003c/p\u003e\n"]]],[],null,["# EQUALS_IGNORE_CASE function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nEQUALS_IGNORE_CASE function\n===========================\n\n`EQUALS_IGNORE_CASE` function\n-----------------------------\n\nSupported data type\n-------------------\n\n\nThe `EQUALS_IGNORE_CASE` function supports the following data type:\n\n- String\n\nExample: Compare two strings\n----------------------------\n\n\n**Sample data** : `$var1$ = \"Apigee Integrations\"`\n\n\n**Usage** : `$var1$.EQUALS_IGNORE_CASE(\"apigee integrations\")`\nCheck if var1 equals `apigee integrations`.\n\n\n**Output** : `TRUE`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]