RGex Builder Platform - v1.2.0
    Preparing search index...

    Function hasSequentialChars

    • Detects if a string contains sequential characters (e.g., "abc" or "123").

      Parameters

      • password: string

        The string to check.

      • minLength: number = 3

        The minimum length of a sequence to be considered sequential. Defaults to 3.

      Returns boolean

      true if sequential characters are found, otherwise false.