Browse Source

Rephrase instructions of exercise `split`

content-update
Augusto 3 years ago
parent
commit
9e97040d79
  1. 4
      subjects/split/README.md

4
subjects/split/README.md

@ -2,9 +2,7 @@
### Instructions
Write a function that separates the words of a `string` and puts them in a `string` slice.
The separators are the characters of the separator string given in parameter.
Write a function that receives a string and a separator and returns a `slice of strings` that results of splitting the string `s` by the separator `sep`.
### Expected function

Loading…
Cancel
Save