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

    Function removeBlank

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

      Parameters

      • Optionaltext: null | string

        the text to inspect

      Returns undefined | null | string

      the string that removed all blanks from the given string

      David Hsing

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