notEqualIgnoreCase

Last update: 2024-01-25
  • Created for:
  • Experienced
    Developer

Check if the first argument string with the second argument string are different, ignoring case considerations.

Category

String

Function syntax

notEqualIgnoreCase(<parameters>)

Parameters

  • string

Signature and returned type

notEqualIgnoreCase(<string>,<string>)

Returns a boolean.

Example

notEqualIgnoreCase(@event{iOSPushPermissionAllowed.device.model}, "iPad")

On this page