Qurak

StringTakeDrop

Available

Returns a list `{StringTake[s, n], StringDrop[s, n]}`.

StringTakeDrop["string", n]
StringTakeDrop["string", seq]
StringTakeDrop["abcdef", 3] → {abc, def}

Topics

Related

All 6300 functions · Use this from an MCP client