Search⌘ K
AI Features

Characters: The std.uni Module

Explore the std.uni module to understand how D provides functions for checking and transforming Unicode characters. Learn about functions that determine character types like lowercase, uppercase, alphabetic, and whitespace. Discover the challenges with certain alphabets such as Turkish when converting cases and how these affect string manipulation in D programming.

We'll cover the following...

The std.uni module #

The std.uni module includes functions that are useful with unicode characters. You can see this module in its documentation.
The functions that start with “is” answer certain questions about characters. The result is false or true depending on whether the answer is no or ...