String/brute_force_search library

Functions

bruteForceSearch(String text, String pattern) int
Performs a brute force search of the pattern string within the text string.