mwbot-ts - v1.2.7
    Preparing search index...

    Module String

    This module provides functions to manipulate strings, accessible via Mwbot.String.

    Example:

    import { Mwbot } from 'mwbot-ts';

    console.log(Mwbot.String.ucFirst('mwbot')); // Output: "Mwbot"

    This module is adapted from the mediawiki.String module in MediaWiki core (GNU General Public License v2).

    References:

    Interfaces

    StringTrimmed

    Type Aliases

    FilterFunction

    Functions

    byteLength
    charAt
    codePointLength
    lcFirst
    trimByteLength
    trimCodePointLength
    ucFirst