std-string-equal, ... Case Insensitive Comparisons


Synopsis

(std-string-equal <s1> <s2>)

(std-string-not-equal <s1> <s2>)

(std-string-lessp <s1> <s2>)

(std-string-greaterp <s1> <s2>)

(std-string-not-lessp <s1> <s2>)

(std-string-not-greaterp <s1> <s2>)

Description

The above string comparison functions are case-insensitive.

Note

All functions are dependent on the current stdlib codepage, which defaults to "iso8859-1". This will only affect characters above (CHR 127).

Arguments

s1, s2: strings

Return Value

T or nil.

Side Effects

None.

Module

(std-require 'STDSTR)

Defined in STDSTR

#- SMALL