* Find a pattern in a string by comparing the pattern to every substring. * @param text Any string that might contain the pattern. * @param pattern String that we are searching for. * @return Index where the pattern starts in the text * @return -1 if the pattern was not found. */
source not stored for this graph (policy: none)