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