Join Slack
Communities
Powered by
Is there an easy way to make chunked split on spac...
# getting-started
k
Kenneth
09/13/2022, 1:04 PM
Is there an easy way to make chunked split on spaces and not just size?
j
Jacob
09/13/2022, 1:48 PM
Are you looking for
.split
?
s
Stephan Schroeder
09/14/2022, 12:20 PM
maybe in conjunction with
chunked
? like
somestring.split(" ").chunked(4)
6
Views
Open in Slack
Previous
Next