HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

splitText

Description

The splitText of Text for JS splits data at the given offset and returns the remainder as Text node.

Syntax

text.splitText(offset)

Parameters

offset

A non-negative integer.

Examples

1