isValidString
fn
bool isValidString(S)(const scope S s) @safe pure nothrowChecks to see if string is well formed or not. S can be an array of char, wchar, or dchar. Returns false if it is not. Use to check all untrusted input for correctness.