Overview
This job runs to find if the telephone number has any repeated or sequential numbers along with a check on minimum length.
Configuration
- allow_empty: number of spaces allowed in telephone number
- min_length: minimum length of telephone number.
- repeated: maximum amount of repeated numbers.
- sequential: maximum amount of sequential numbers.
Use case
If the configuration is set up as shown in the example, then the following phone number would pass: (+44)7932078133.
This is because there are no spaces, it is longer than 7 digits (which is the minimum length), it has 3 repeated numbers (with falls within the amount of repeated numbers allowed) and has only two numbers in a sequence (below the minimum sequential numbers allowed).