You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2017/02/13 10:24:41 UTC

[jira] [Reopened] (VALIDATOR-415) Simplify building new CreditCard validators

     [ https://issues.apache.org/jira/browse/VALIDATOR-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb reopened VALIDATOR-415:
----------------------------

Some cards use disjoint ranges, so it would be useful to support that.

> Simplify building new CreditCard validators
> -------------------------------------------
>
>                 Key: VALIDATOR-415
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-415
>             Project: Commons Validator
>          Issue Type: New Feature
>            Reporter: Sebb
>             Fix For: 1.6
>
>
> Credit card validators currently rely on regexes.
> Whilst these are flexible enough for the purpose, it is difficult to define the REs and hard to read them.
> It would be simpler if the user could provide the prefix ranges and lengths, for example:
> Amex: "34", length 15
> Discover: "644" -> "65", length 16
> (both the above have other ranges which would need to be provided separately)
> This can then be converted internally into the appropriate validation routines.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)