fn build_subpatterns(pattern: &str) -> Result<Vec<Subpattern>, EvalError>
Expand description

Breaks a LIKE pattern into a chain of sub-patterns.