Tag
The Tag
object represents the immutable opening and closing tag.
Instance properties
Tag.prototype.
Decription
Gets the closing tag of a generic type ClosingTag
.
Gets the opening tag of a generic type OpeningTag
.
Static methods
Instance methods
Tag.prototype.
Description
Gets the closing tag of a specified Tag
object.
Gets the opening tag of the specified Tag
object.
The method replaces the tag of a specified Tag
object with the provided replaceValue
in the given text
if both values are strings.
Last updated
Was this helpful?