- (substring-match PAT STRING POS LEN [NUMERRS] [WHOLEWORD] )procedure
Same as string-match, but restricts the match to the substring of the given string starting at character number POS and extending LEN characters.
Same as string-match, but restricts the match to the substring of the given string starting at character number POS and extending LEN characters.