简体   繁体   中英

In the C# Language Specification what is meant by "Any character with Unicode class Zs"?

Just reading a web page here on the C# language specificaionhttps://msdn.microsoft.com/en-us/library/aa664665(v=vs.71).aspx there is some text that says "Any character with Unicode class Zs", in the context of defining white space.

Please, what is meant by "Any character with Unicode class Zs"?

It might be linked to regular expressions, adding regex tag.

Unicode codepoints have a classification assigned to each of them. Codepoints in the Zs class belong to the "Separator, Space" category.

It means whitespace characters (separators). Check out this link http://www.fileformat.info/info/unicode/category/Zs/list.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM