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

    Function removeBlank

    • Returns the string that removed all blanks from the given string

      Parameters

      • Optionaltext: string | null

        The text to inspect

      Returns string | null | undefined

      the string that removed all blanks from the given string

      David Hsing

      removeSpace('foo bar');    // 'foobar'