Detects if a string contains sequential characters (e.g., "abc" or "123").
The string to check.
The minimum length of a sequence to be considered sequential. Defaults to 3.
true if sequential characters are found, otherwise false.
true
false
Detects if a string contains sequential characters (e.g., "abc" or "123").