Function Create-Char-Searcher

Part of:

package cl-ppcre
( create-char-searcher < chr > < case-insensitive-p > )

Returns a function which searches the (special) simple-string
STRING for the first occurence of the character CHR. The search
starts at the position START-POS within STRING and stops before
END-POS is reached. Depending on the second argument the search is
case-insensitive or not.