@corefunc/corefunc
    Preparing search index...

    Module text

    Functions - Text Basic

    textBasicMask

    import { textBasicMask } from "@corefunc/corefunc/text/basic/mask";

    textBasicPlain

    import { textBasicPlain } from "@corefunc/corefunc/text/basic/plain";

    textBasicSlugify

    import { textBasicSlugify } from "@corefunc/corefunc/text/basic/slugify";

    textFromNumber

    import { textFromNumber } from "@corefunc/corefunc/text/basic/from-number";

    Functions - Text Case

    textCaseAbbreviate
    textCaseCamel
    textCaseCapitalize

    import { textCaseCapitalize } from "@corefunc/corefunc/text/case/capitalize";

    textCaseKebab
    textCaseLower
    textCaseScreamingSnake
    textCaseSnake

    import { regexMatch } from '@corefunc/corefunc/text/case/snake';

    textCaseTitle
    textCaseTrain
    textCaseUpper

    Functions - Text Emoji

    textEmojiJoin

    import { textEmojiJoin } from "@corefunc/corefunc/text/emoji/join";

    Functions - Text Fit

    textFitLength

    import { textFitLength } from '@corefunc/corefunc/text/fit/length';