Hello, I've attached a patch adding a new function, (string-split-substring str substr), that splits a string into a list of multiple strings delimited by a substring. The behavior matches (string-split str char/pred) exactly. ~ Vijay