Hi Dirk,
if you want to match different regular expressions in a stream
you can combine the expressions in a single regular expression.
After the match your match processor has to find out which expression of all the expressions has been matched. Then the processor can do its expression-specific action.
If this is looks a bit complicated, please have a look at the class MyTokenProcessorTest I just commited in the Maven module streamflyer-support (get the latest sources, please).
This class uses a little framework that makes it very easy to match many expressions.
best regards
rod