ftsText function

String ftsText(
  1. String string
)

Implementation

String ftsText(String string) => ftsWords(string).join(" ");