Class RegExList


public class RegExList
extends RegEx
Combines one or more RegEx together, by successively trying to match each RegEx until success.

The order of RegExes in the list determines the order that matching is tried.

Author:
Owen Feehan