ipso icon indicating copy to clipboard operation
ipso copied to clipboard

`string.partsn` and `string.partscn`

Open LightAndLight opened this issue 3 years ago • 1 comments

string.partsn : Int -> String -> String -> { parts : Array String, rest : String }
string.partscn : Int -> Char -> String -> { parts : Array String, rest : String }

Like string.parts and string.partsc, but only get the first n parts,

LightAndLight avatar Nov 24 '22 21:11 LightAndLight

These seem very niche and I've forgotten what I wanted them for, so I'm doing to delay them until I find use cases.

LightAndLight avatar May 31 '23 01:05 LightAndLight