docs icon indicating copy to clipboard operation
docs copied to clipboard

I don' think ELLIPSIS(...) is a whitespace character

Open PO1970 opened this issue 1 year ago • 0 comments

[Enter feedback here]

https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions#whitespace-character-s

https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions#whitespace-character-s

„\x85 The ellipsis or NEXT LINE (NEL) character (…), \u0085.”

Okay, maybe the old NEXT LINE (https://www.compart.com/en/unicode/U+0085) can be considered whitespace but ellipsis (https://www.compart.com/en/unicode/U+2026) cannot.

Very confusing line: „The ellipsis or NEXT LINE (NEL) character (…)” I don’t think NEXT LINE was ever called „ellipsis”.

If you agree, please correct that line like this:

„\x85 The NEXT LINE (NEL) character, \u0085.”


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

PO1970 avatar Aug 10 '22 21:08 PO1970