Tag
Last updated
Last updated
The Tag
object represents the immutable opening and closing tag.
Tag.prototype. | Decription |
---|---|
Tag. | Description |
---|---|
Tag.prototype. | Description |
---|---|
Gets the closing tag of a generic type ClosingTag
.
Gets the opening tag of a generic type OpeningTag
.
Gets the tag of a string
type by using an intuitive property name.
Gets the wrap of tag name.
Gets the tag of a string
type by using a general property name.
The static method checks whether the provided value
of any type is an instance of Tag
.
Gets the closing tag of a specified Tag
object.
Gets the opening tag of the specified Tag
object.
Gets the wrap of a tag name.
The method replaces the tag of a specified Tag
object with the provided replaceValue
in the given text
if both values are strings.
Returns tag name, a primitive value of the specified Tag
object.