all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* Re: string-replace-substring is missing
  2020-07-29 11:04 string-replace-substring is missing mbcladwell
@ 2020-07-29 11:28 ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2020-07-29 11:28 UTC (permalink / raw)
  To: mbcladwell; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

Hi Mortimer,

mbcladwell@stihie.net 写道:
> 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),

You probably want guile-users@ or bug-guile@.  This is help-guiX@, 
for the package manager and distribution[0].

Kind regards,

T G-R

[0]: http://guix.gnu.org/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ 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.