equalIgnoreCase

Last update: 2023-01-23
  • Created for:
  • Experienced
    Developer

Compares the first argument string with the second argument string, ignoring case considerations.

Category

String

Function syntax

equalIgnoreCase(<parameters>)

Parameters

  • string

Signature and returned type

equalIgnoreCase(<string>,<string>)

Returns a boolean.

Example

equalIgnoreCase("rowing is great", "rowing is GREAT")

Returns true.

On this page