std-string=, ... Case Sensitive Comparisons


Synopsis

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

(std-string/= <s1> <s2>)

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

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

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

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

Description

The above string comparison functions are case-sensitive.

Arguments

s1, s2: strings

Return Value

T or nil.

Side Effects

None.

Module

(std-require 'STDSTR)

Defined in STDSTR

#- SMALL