An automaton that matches if the input contains a specific subsequence ignoring ASCII case.
It is similar to fst::automaton::Subsequence, and can be used to build a simple fuzzy-finder for ASCII-only content.
fst::automaton::Subsequence