You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try validate the phone number with public func isValidPhoneNumber(_ numberString: String, withRegion region: String = defaultRegionCode(), ignoreType: Bool = false) -> Bool
method of the library. It returns true for these phone numbers.
+86 2222222222 or
+86 4545454545
Expected result
Library should return false for these inputs.
Environment
Library version: 4.0.0
The text was updated successfully, but these errors were encountered:
Steps to reproduce
When we try validate the phone number with
public func isValidPhoneNumber(_ numberString: String, withRegion region: String = defaultRegionCode(), ignoreType: Bool = false) -> Bool
method of the library. It returns true for these phone numbers.
+86 2222222222 or
+86 4545454545
Expected result
Library should return false for these inputs.
Environment
Library version: 4.0.0
The text was updated successfully, but these errors were encountered: