toSingleSpaceForList

Modified on Fri, 18 Aug 2023

Description

Convert multiple spaces to a single space for each string in a list

Syntax

toSingleSpaceForList(array)

Parameters

Input ParameterTypeDescription
arrayArrayString list to process

Return value

Type
Array<any>

Sample

ExampleResultDescription
toSingleSpaceForList(["Invoice Number 1234", "John Smith"])["Invoice Number 1234", "John Smith"]Remove extra spaces for a list of strings

To view all the List functions, click here.

See Also