* string-replace-substring is missing
@ 2020-07-29 11:04 mbcladwell
2020-07-29 11:28 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 2+ messages in thread
From: mbcladwell @ 2020-07-29 11:04 UTC (permalink / raw)
To: help-guix
Hi,
Reading
https://www.gnu.org/software/guile/manual/html_node/Miscellaneous-String-Operations.html
I learn that string-replace-substring is found in (ice-9 string-fun),
but it is not:
(define-module (ice-9 string-fun)
:export (split-after-char split-before-char split-discarding-char
split-after-char-last split-before-char-last
split-discarding-char-last split-before-predicate
split-after-predicate split-discarding-predicate
separate-fields-discarding-char separate-fields-after-char
separate-fields-before-char string-prefix-predicate string-prefix=?
sans-surrounding-whitespace sans-trailing-whitespace
sans-leading-whitespace sans-final-newline has-trailing-newline?))
.....
Where do I find string-replace-substring?
Thanks
Mortimer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-29 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 11:04 string-replace-substring is missing mbcladwell
2020-07-29 11:28 ` Tobias Geerinckx-Rice
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.