@corefunc/corefunc
    Preparing search index...

    Function regexBasicStripSpaces

    • Parameters

      • text: string

        String with white-spaces.

      Returns string

      String with replaced white-spaces.

      regexBasicStripSpaces

      Replace multiple white-spaces in string.

      0.3.27

      regexBasicStripSpaces(" too\n   many     \tspaces ") // ➜ "too many spaces"