native equali(const a[], const b[], c = 0);
a | First string (left). |
b | Second string (right). |
c | Number of characters to compare. |
Returns whether two strings are equal with case ignoring.
This supports multi-byte characters (UTF-8) on comparison.
True if equal, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.