Function that performs an equality comparison between strings.
Syntax |
i32 str_equal (string str1, string str2) |
||||||
---|---|---|---|---|---|---|---|
str1 |
First string to compare |
||||||
str2 |
Second string to compare |
||||||
Result |
Returns:
|
||||||
Validity |
Rule, Task |
||||||
Note |
The function is not case sensitive |
Example of use:
|