Function: COMMON-LISP:STRING-EQUAL

package type clhs github

Given two strings (string1 and string2), and optional integers start1, start2, end1 and end2, compares characters in string1 to characters in string2 (using char-equal).

Lambda list

(sb-impl::string1 sb-impl::string2 &key sb-impl::start1 sb-impl::end1 sb-impl::start2
 sb-impl::end2)