The UBBParser class is responsible for parsing UBB formatted text and converting it to HTML.

UBBParser 类负责解析 UBB 格式的文本,并将其转换为 HTML。

属性

defaultImgHeight: number = 0

The default height for image tags.

图像标签的默认高度。

defaultImgWidth: number = 0

The default width for image tags.

图像标签的默认宽度。

lastColor: string

The last color parsed in the text.

文本中解析的最后颜色。

lastSize: string

The last size parsed in the text.

文本中解析的最后大小。

defaultParser: UBBParser = ...

The default instance of the UBBParser class.

UBBParser 类的默认实例。

方法

  • 参数

    • text: string

      The UBB formatted text to parse.

    • 可选remove: boolean

      Whether to remove UBB tags or convert them to HTML.

    返回 string

    The resulting HTML string.

    Parses the UBB formatted text and returns the corresponding HTML string.

    解析 UBB 格式的文本,并返回相应的 HTML 字符串。