@jiminp/tooltool
    Preparing search index...

    Module string

    Type Aliases

    RowCol

    Variables

    REGEX_SRC_UUID

    Regular expression source string for matching a UUID.

    REGEX_UUID

    Regular expression for matching a complete UUID string.

    Functions

    chunkText
    escapeRegExp

    Escapes special characters in a string for safe use in a regular expression.

    formatFixedFloat

    Formats an integer as a fixed-point decimal string.

    formatSignedInt

    Formats a number with an explicit sign prefix (+, -, or ±).

    getNextChunkLength

    Determines the optimal length for the next text chunk, ensuring it does not exceed the specified maximum length.

    getRowCol

    Get the row and column position of a character in a string.

    substringAfter

    Returns the substring after the first occurrence of the delimiter.

    substringBefore

    Returns the substring before the first occurrence of the delimiter.

    substringBetween

    Returns the substring between the first start and the first end that follows it.

    trimIndented

    Trim begin and end of text, and also remove all indentations.