Function isValidXMLNameChar

Checks whether a character can appear inside an XML name (tag name or attribute name).

Prototype

bool isValidXMLNameChar(
  dchar c
) pure nothrow @nogc @safe;

Authors

Lodovico Giaretta

Copyright

Copyright Lodovico Giaretta 2016 --

License

Boost License 1.0.