Class Strings.RegExSplitter

java.lang.Object
io.debezium.util.Strings.RegExSplitter
All Implemented Interfaces:
TokenStream.Tokenizer
Enclosing class:
Strings

private static class Strings.RegExSplitter extends Object implements TokenStream.Tokenizer
A tokenization class used to split a comma-separated list of regular expressions. If a comma is part of expression then it can be prepended with '\' so it will not act as a separator.