Name | Type | Default value | Description |
---|---|---|---|
wordMaxLength | int | 100 | Maximal length of a word. 100 is the default value. |
hexCharMax | int | Maximal number of hexadecimal characters that can appear in a word. This filter applies only for words bigger than 'hexLengthMin'. 0 = no filter (default value) | |
hexLengthMin | int | Minimal number of characters in a word for the hexadecimal filter to apply. 0 = no filter (default value) | |
maxNumChars | int | Maximal number of characters in a word. 0 = no filter (default value) |