1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
(SRFI-13 Predicates): Add string-any and
string-every support for char and charset predicates.
This commit is contained in:
Kevin Ryde 2004-08-14 00:51:57 +00:00
parent 6ae50c7153
commit 5b4dba24ef

View file

@ -1399,7 +1399,7 @@ for every character in @var{s}.
When @var{char_pred} does return true (ie.@: non-@code{#f}) for every
character, the return from the last call is the value returned by
@code{string-any}.
@code{string-every}.
@end itemize
If there are no characters in @var{s} (ie.@: @var{start} equals