chickadee » data-structures » substring-index-ci

substring-index WHICH WHERE #!optional STARTprocedure
substring-index-ci WHICH WHERE #!optional STARTprocedure

Searches for first index in string WHERE where string WHICH occurs. If the optional argument START is given, then the search starts at that index. substring-index-ci is a case-insensitive version of substring-index.