Qurak

TextWords

Available

Splits a string into words, ignoring punctuation.

TextWords["string"]
TextWords["string", n]
TextWords["Hello, world! How are you?"] → {Hello, world, How, are, you}TextWords["the YT-1300 droid"] → {the, YT-1300, droid}TextWords["first second third fourth", 2] → {first, second}

Topics

Related

All 6300 functions · Use this from an MCP client