jan tolenaar / kiezellisp / index-of-everything

Name

find-subsequence-position

Usage

builtin-function

Syntax

(find-subsequence-position subseq seq &key (test =) (key identity))

Description

Returns the first occurrence of subseq within seq.

make-html > (find-subsequence-position "abc" "pqrabcxyz")
it: 3