Detects if a string contains repeating characters (e.g., "aaa" or "111").
The string to check.
The minimum number of repeating characters to be considered a repetition. Defaults to 3.
true if repeating characters are found, otherwise false.
true
false
Detects if a string contains repeating characters (e.g., "aaa" or "111").