object NCName
- Companion
- class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
Returns true if the given string is a valid non-colon name.
Returns true if the given string is a valid non-colon name.
Disclaimer: Names starting with "xml" are not excluded, and names containing non-BMP characters are not included.
Returns the same as Names.canBePartOfName(c), but excluding the colon.
Returns the same as Names.canBePartOfName(c), but excluding the colon.
Returns true if the given string can start valid non-colon names. This is the same as
saying that the string is a valid non-colon name, so canBeNCName(s) is returned.
Returns true if the given string can start valid non-colon names. This is the same as
saying that the string is a valid non-colon name, so canBeNCName(s) is returned.