Name

adams.flow.transformer.StringMatcher


Synopsis

Lets string tokens only pass if they match the regular expression. Matching sense can be inverted as well.
Special characters like \n \r \t and \ need to be escaped properly. The input is expected to be escaped, i.e., the string "\t" will get turned into the character '\t'.
Instead of outputting the strings, it is also possible to output the 1-based indices.


Additional information

Flow input/output:
- input: java.lang.String, java.lang.String[]
- output: java.lang.String, java.lang.String[]


Options