Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 184 Bytes

string_split_many.md

File metadata and controls

7 lines (5 loc) · 184 Bytes

List of splitters

Today I learned in Elixir it is possible to String.split/2 nur only with one splitter but with a list of them:

String.split(asf, ["/", " ", "+"])