Skip to content

Conversation

@PauloHDSousa
Copy link

Solved, I'm commiting to master, not sure if I did it right thing, could you please take a look. The problem was that the regex "(\d\d\d)\s?\d\d\d-\d\d\d\d\s?\d?\d?\d?\d?" was not aceppting (514) 123-4567, I just changed from " " to "\s"

(\d\d\d)\s?\d\d\d-\d\d\d\d\s?\d?\d?\d?\d?

Solved, I'm commiting to master, not sure if I did it right thing, could you please take a look. The problem was that the regex "(\d\d\d)\s?\d\d\d-\d\d\d\d\s?\d?\d?\d?\d?" was not aceppting (514) 123-4567, I just changed from " " to "\s"

(\d\d\d)\s?\d\d\d-\d\d\d\d\s?\d?\d?\d?\d?
Copy link
Author

@PauloHDSousa PauloHDSousa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing the regex problem

@PauloHDSousa
Copy link
Author

@igorescobar Por que está dando erro nesse Travis CI? só alterei 2 linhas.

@pyetrosafe
Copy link

@PauloHDSousa também fiz um PR e também deu isso, também não sei o que é!!!

@igorescobar
Copy link
Owner

@PauloHDSousa let me know when you organise this PR. You have changes that are also present on a already closed pr.

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

Successfully merging this pull request may close these issues.

4 participants