Logo

Programming-Idioms

History of Idiom 49 > diff from v16 to v17

Edit summary for version 17 by :

Version 16

2015-10-29, 14:05:14

Version 17

2015-11-30, 12:37:29

Idiom #49 Split a space-separated string

Build list chunks consisting in substrings of input string s, separated by one or more space characters.

Idiom #49 Split a space-separated string

Build list chunks consisting in substrings of input string s, separated by one or more space characters.