const MAX_REGEX_ALTERNATIONS_EXPANSION: usize = 4;
Maximum number of regex alternations (foo|bar|...) that will be expanded into multiple LIKE expressions.
foo|bar|...
LIKE