{text-filter}
Plugin: Reporting Plugin, from version 1.0
This filter will ensure that the specified 'prefix:key' value matches the required text value.
Description
This must be used in a reporter macro. It allows filtering based on the number of characters or on a regular expression.
Usage
{text-filter:prefix:key|minLength=[#]|maxLength=[#]|include=[regexp]|exclude=[regexp]|required=true/false}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| [default]/key | | The key value to filter on. | |
| minLength | | If specified, value must have at least this many characters. | |
| maxLength | | If specified, the value must have at most this many characters. | |
| include | | If specified, this is a regular expression specifying the pattern required to be included. Details on regular expression requirements are here. | |
| exclude | | If specified, this is a regular expression specifying the pattern required to be excluded. Details on regular expression requirements are here. | |
| required | | false
| If set to 'true', the key value must have a value with more than one non-whitespace character. |
Discussions