- Title
- string<=
- Type
- Function
- Arguments
- string<= STRING1 STRING2 &key :start1 :end1 :start2 :end2
- Package
- lisp
- Section
- 文字列
- File
- builtin.l
STRING1とSTRING2を比較して「<=」の条件を満たせば一致しない文字のイン
デックスを、そうでなければnilを返します。
- Seealso
- string=
- string<
- string>
- string>=
- string-lessp
- string-not-lessp
- string-greaterp
- string-not-greaterp