Skip to content

IsNullOrWhiteSpace with capital S not a "s". #9732

@viveleltsi

Description

@viveleltsi

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions