true if s is a valid Name.bool isValidXmlName(string s) @safe nothrow pureReturns true if s is a valid XML 1.0 Name (ASCII subset).
A Name must start with a NameStartChar and may be followed by zero or more NameChar characters. This is used for ID and IDREF lexical validation.
s | The string to validate. |
true if s is a valid Name.