Split Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Newbie | String manipulations | slicing string manipulation split newbie strings lowercase lists |
| Intro | Split and join | split join |
| Intro | Slice and dice | slicing string module split replace |
| Beginner | Parse an /etc/passwd file output | tuple unpacking string manipulation split |
| Intermediate | Split a string by spaces or quoted text | string manipulation split |
| Intermediate | Split once, delimit many | looping split string parsing |