Qurak

TextSentences

Verfügbar, weicht von der .wl-Referenz ab

Splits a string into a list of sentences

TextSentences["string"]
TextSentences["string", n]
TextSentences["This is a sentence. This is another sentence."] → {This is a sentence., This is another sentence.}TextSentences["First sentence. Second sentence. Third sentence."] → {First sentence., Second sentence., Third sentence.}TextSentences["this is the first sentence :) And this is the second one."] → {this is the first sentence :) And this is the second one.}

Themen

Verwandt

Alle 6300 Funktionen · Dies aus einem MCP-Client verwenden