String Contains Checker
Check whether a block of text contains a given substring, count how many times it appears, and find its first position — with an option for case-sensitive or case-insensitive matching.
Check whether a block of text contains a given substring, count how many times it appears, and find its first position — with an option for case-sensitive or case-insensitive matching.