true if value is considered a valid Name, otherwise false.bool isValidXmlName(const string value) @safe pure nothrowChecks whether value is a valid XML Name.
This follows XML 1.0 (Fifth Edition) NameStartChar / NameChar rules.
value | Input string. |
true if value is considered a valid Name, otherwise false.