Navigation
Name
Rascal
/
Libraries
/
Prelude
/
String
/
split
Synopsis
Split a string into a list of strings based on a literal separator.
Function
list[str] split(str sep, str src)
Usage
import String;
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.