NDEVR
API Documentation
Strings

String types, views, translation, and text conversion utilities. More...

Collaboration diagram for Strings:

Classes

class  DelimiterIterator
 A class that quickly allows iteration through text. More...
class  NumberWriter
 Logic for writing to a number. More...
class  PasswordString
 When passwords are used inside the NDEVR engine, we don't want them logged or visible. More...
class  String
 The core String class for the NDEVR API. More...
class  StringValidator
 Logic for validating a string given a specific regex pattern. More...
class  StringView
 The core String View class for the NDEVR API. More...
class  TranslatedString
 Any text displayed to the user should be defined as a TranslatedString which allows the program to look up a translation, if available. More...
class  Translator
 Provides language translation services for the application. More...

Detailed Description

String types, views, translation, and text conversion utilities.

Unicode string classes, string views, translated strings for localization, number-to-string conversion, validation, and delimiter-based parsing.