native

equali

Syntax

native equali(const a[], const b[], c = 0);

Description

Returns whether two strings are equal with case ignoring.

Parameters

a First string (left).
b Second string (right).
c Number of characters to compare.

Note

This supports multi-byte characters (UTF-8) on comparison.

Return

True if equal, false otherwise.