We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When trying to match some phone numbers a "Object reference not set to an instance of an object" exception is thrown.
To Reproduce Here an example with this value: (5) 555-3932
var extractor = new BasePhoneNumberExtractor(new PhoneNumberConfiguration(SequenceOptions.None)); extractor.extract("(5) 555-3932")
Expected behavior No exception is thrown;
Sample input/output
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered:
Update : After debugging, the issue is in the following line: Line 196 : if (this.config.ForbiddenPrefixMarkers.Contains(ch))
ForbiddenPrefixMarkers is null
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When trying to match some phone numbers a "Object reference not set to an instance of an object" exception is thrown.
To Reproduce
Here an example with this value: (5) 555-3932
Expected behavior
No exception is thrown;
Sample input/output
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: