src/cx/string.h

changeset 1176
247db6e629ad
parent 1162
e3bb67b72d33
child 1180
4c3a69b9723a
--- a/src/cx/string.h	Tue Jan 28 18:27:46 2025 +0100
+++ b/src/cx/string.h	Mon Feb 10 18:25:16 2025 +0100
@@ -951,26 +951,6 @@
 );
 
 /**
- * Converts the string to lower case.
- *
- * The change is made in-place. If you want a copy, use cx_strdup(), first.
- *
- * @param string the string to modify
- * @see cx_strdup()
- */
-void cx_strlower(cxmutstr string);
-
-/**
- * Converts the string to upper case.
- *
- * The change is made in-place. If you want a copy, use cx_strdup(), first.
- *
- * @param string the string to modify
- * @see cx_strdup()
- */
-void cx_strupper(cxmutstr string);
-
-/**
  * Replaces a pattern in a string with another string.
  *
  * The pattern is taken literally and is no regular expression.

mercurial