Function String-Contains-P

Part of:

package metabang.utilities
( string-contains-p < string > < string-to-find > &key < start > < end > < case-sensitive? > )
Returns t if string contains the string-to-find. Case insensitive unless specified, and you can also set a start and an end to search over in the string.