Defines utility functions for strings
Returns new string formed from C-style (null-terminated) string msg. Usefull when interfacing with C libraries. For D-style to C-style convertion use std.string.toStringz.
Replaces each key in replaceMap with it's value.
See Source File
Defines utility functions for strings