This service filters a list of strings and returns a list containing, in order, the matched group, if any, according to Java match in the elements of stringlist.

Input ports
- stringlist - The list of strings to be filtered. This is a mandatory parameter.
- regex - The regular expression that strings must match in order to be included in the filteredlist. The regular expresson must conform to that for java.util.regex. This is a mandatory parameter.
Output ports
- filteredlist - A, possibly empty, list of the elements of stringlist that match the regular expression within regex.
Examples
Example workflows can be found on myExperiment showing: