-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Milestone
Description
Hello
I think there's a mistake on the RegexUtilities class.
"
if (string.IsNullOrWhitespace(email))
return false;
"
string.IsNullOrWhitespace(email) should be string.IsNullOrWhiteSpace(email) with a capital "S" at space not a "s").
I hope my comment will help.
Best regards
Dan
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 202e3f9f-a12a-53de-9069-fd469e3dbebc
- Version Independent ID: fd3699bb-4881-b6b4-1275-43eed3d5f626
- Content: How to: Verify that Strings Are in Valid Email Format
- Content Source: docs/standard/base-types/how-to-verify-that-strings-are-in-valid-email-format.md
- Product: dotnet
- GitHub Login: @rpetrusha
- Microsoft Alias: ronpet
Metadata
Metadata
Assignees
Labels
No labels