docs/Writerside/topics/string.h.md

changeset 1646
85fd3ff8416e
parent 1644
bbe3199e37fc
--- a/docs/Writerside/topics/string.h.md	Sun Dec 21 11:09:46 2025 +0100
+++ b/docs/Writerside/topics/string.h.md	Sun Dec 21 23:58:30 2025 +0100
@@ -157,7 +157,7 @@
 
 cxstring cx_strrchr(cxstring string, int chr);
 
-cxstring cx_strstr(cxstring string, cxstring search);
+cxstring cx_strstr(cxstring string, AnyStr search);
 
 cxstring cx_strsubs(cxstring string, size_t start);
 
@@ -169,7 +169,7 @@
 
 cxmutstr cx_strrchr_m(cxmutstr string, int chr);
 
-cxmutstr cx_strstr_m(cxmutstr string, cxstring search);
+cxmutstr cx_strstr_m(cxmutstr string, AnyStr search);
 
 cxmutstr cx_strsubs_m(cxmutstr string, size_t start);
 

mercurial