ROPE Language Reference - "eqi"

"eqi" is short for "EQual, Ignoring case".

"eqi" takes two items from the stack, compares them and pushes back 1 if they are the same or 0 if they are different. The comparison is performed without regard to the case of any letters in the strings.

It is an error to compare two values of different types: either both must integers or both must be strings.

lift(4) "HTTP" eqi assert

History

The eqi action was added to Rope in the 20051212 version.

See Also

eq, ne, nei