Escapes and quotes a String for use as an FTS expression string.
String ftsString(String string) => quoteWithDoubleQuotes(string);