Qurak

TextSentences

Available, differs from the .wl reference

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.}

Topics

Related

All 6300 functions · Use this from an MCP client