bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54143: [PATCH] Add string-split-substring to ice-9 string-fun


From: Vijay Marupudi
Subject: bug#54143: [PATCH] Add string-split-substring to ice-9 string-fun
Date: Thu, 24 Feb 2022 08:44:29 -0500

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

Attachment: 0001-Add-string-split-substring.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]