@yookue/ts-lang-utils
    Preparing search index...

    Namespace StringUtils

    Functions

    abbreviate
    allBlank
    allEmpty
    allNotBlank
    allNotEmpty
    anyBlank
    anyEmpty
    anyNotBlank
    anyNotEmpty
    appendIfMissing
    appendIfMissingIgnoreCase
    capitalizeFirst
    capitalizeFirstLowerTail
    center
    defaultIfBlank
    defaultIfEmpty
    defaultString
    endsWith
    endsWithAny
    endsWithAnyIgnoreCase
    endsWithIgnoreCase
    equals
    equalsAny
    equalsAnyIgnoreCase
    equalsIgnoreCase
    escapeHtml
    filterIgnoreBlank
    filterIgnoreEmpty
    formatBrace
    formatPercent
    formatPlaceholder
    fromChars
    getLength
    includes
    includesAny
    includesAnyIgnoreCase
    includesIgnoreCase
    isBlank
    isEmpty
    isNotBlank
    isNotEmpty
    join
    left
    leftPad
    prependIfMissing
    prependIfMissingIgnoreCase
    quoteDouble
    quoteSingle
    removeAll
    removeAllIgnoreCase
    removeBlank
    removeEnd
    removeEndIgnoreCase
    removeEquals
    removeEqualsIgnoreCase
    removeFirst
    removeFirstIgnoreCase
    removeIncludes
    removeIncludesIgnoreCase
    removeStart
    removeStartIgnoreCase
    repeat
    replaceAll
    replaceAllIgnoreCase
    replaceFirst
    replaceFirstIgnoreCase
    reverse
    rightPad
    split
    startsWith
    startsWithAny
    startsWithAnyIgnoreCase
    startsWithIgnoreCase
    substringAfter
    substringAfterAny
    substringAfterLast
    substringAfterLastAny
    substringBefore
    substringBeforeAny
    substringBeforeLast
    substringBeforeLastAny
    toCamelCase
    toChars
    toKebabCase
    trim
    unescapeHtml
    unquote