String Functions 1
string-equal
string-lessp
string-greaterp
> (string= "foo" "Foo")
NIL
> (string-equal "foo" "Foo")
T
Previous slide
Next slide
Back to first slide
View graphic version