ListTrim()
this function is deprecated, use instead ListCompact()
Status:
ListTrim( list=string, delimiters=string );
Returns: String
Argument | Description | Default |
---|---|---|
list
string,
required
|
a string list |
|
delimiters
string,
optional
|
Characters that separate list elements. The default value is comma. Alias: delimiter |
, |
Examples
There are currently no examples for this function.
See also
- Lists
- Strings
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)