Iterable<String> ftsWords(String string) => reFtsTextToken.allMatches(string).map((var m) => m.group(0)!);