Railo 4.1 Reference
Choose a function:

Function LISTFILTER

This function creates a new string list that returns all entries from an string list that match the given filter.

Example

listfilter(string list,function filter):string

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
list string  Yes list to filter entries from  
filter function  Yes filter can be a function/closure that implements the following constructor [function(any value):boolean].