Zoltán Major

Results 2 issues of Zoltán Major

Using regular expressions for assertions is a common scenario in our place. We could add a check.match function to the available list of checks.

enhancement
help wanted

I am not sure about the basic contract, but the en_PH locale does not provide the `phone_number` method. **reproduction steps:** ``` fake = Faker('en_PH') fake.phone_number() ``` **Expected result:** A valid...