private Stringerex(matcher forward, matcher backward) : base(forward, backward) { }
internal GenerexWithResultBase(matcher forward, matcher backward) : base(forward, backward) { }
private Generex(matcher forward, matcher backward) : base(forward, backward) { }
private GenerexWithResultBase(matcher bothMatcher) : base(bothMatcher, bothMatcher) { }