Should I Use std.ascii.isWhite or std.uni.isWhite?

Jonathan M Davis jmdavisProg at gmx.com
Fri Jul 26 01:07:24 PDT 2013


On Friday, July 26, 2013 07:54:42 Meta wrote:
> Am I right in thinking that std.uni.isNumber
> will match things outside of the basic 0..9?

Yes. Expect all of the isX functions in std.uni to return true for characters 
outside of ASCII.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list