- substring-index MAYBE-SUBSTRING STRING #!optional STARTprocedure
- substring-index-ci MAYBE-SUBSTRING STRING #!optional STARTprocedure
Searches for first index in string STRING where string MAYBE-SUBSTRING 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.