Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Customer example with read validation #5

Open
joe-mojo opened this issue Jul 27, 2016 · 0 comments
Open

Enhance Customer example with read validation #5

joe-mojo opened this issue Jul 27, 2016 · 0 comments
Assignees

Comments

@joe-mojo
Copy link
Collaborator

Validate AdressNumber and PostalCode with regex so that a badly formated address JSON couldn't be parsed as Address.
Example : AdressNumber must be parsed from "3", "3 Bis", "3-10" but not "Your tiny bikini"
and so on for PostalCode (use a rather general regex, because the reallity is more complex : each country has its own format)

@joe-mojo joe-mojo self-assigned this Jul 27, 2016
@fagossa fagossa changed the title Enhence Customer example with read validation Enhance Customer example with read validation Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant