Browse Source

Rephrase instructions of exercise `split`

pull/826/head
Augusto 3 years ago
parent
commit
9e97040d79
  1. 4
      subjects/split/README.md

4
subjects/split/README.md

@ -2,9 +2,7 @@
### Instructions ### Instructions
Write a function that separates the words of a `string` and puts them in a `string` slice. 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`.
The separators are the characters of the separator string given in parameter.
### Expected function ### Expected function

Loading…
Cancel
Save