Commit graph

26 commits

Author SHA1 Message Date
719d491216 feat(string): implemented remove function 2025-07-11 06:32:48 -05:00
6641181e0a feat(string): implemented insert after string function 2025-07-11 06:29:03 -05:00
01d01b16fa feat(string): implemented insert before string function 2025-07-11 06:24:39 -05:00
8714361e85 fix(utf-8 string): added missing error checks for memory allocation 2025-07-11 05:49:12 -05:00
b5fd577504 refactor(utf-8 string): changed utf-8 string to work the same as the other datastructures 2025-07-11 04:19:40 -05:00
e1d5b72764 feat(utf-8 string): implemented shrink to fit for utf-8 string 2025-06-07 06:58:41 -05:00
ebafa37fad refactor(utf-8 string): improved insert and removed loops and fixed size variable being one character to big 2025-06-06 10:50:56 -05:00
827723e725 refactor(data structures): removed unused includes 2025-05-19 03:56:43 -05:00
200e3e0ccf refactor(utf-8 string): added const to size and index parameters in functions 2025-05-15 10:36:51 -05:00
016bc759f3 feat(utf-8 string): implemented get size function 2025-05-15 10:33:24 -05:00
8b3be3d1cb feat(utf-8 string): implemented remove range function 2025-05-15 10:31:39 -05:00
15abfcffe8 feat(utf-8 string): implemented remove function 2025-05-15 10:26:32 -05:00
681ca8f489 feat(utf-8 string): implemented clear function 2025-05-15 10:20:54 -05:00
6ccf2e70bf feat(utf-8 string): implemented pop function 2025-05-15 10:17:00 -05:00
1ab803f0f2 refactor(utf-8 string): changed parameters name to use size instead of length to be more consistent 2025-05-13 07:47:05 -05:00
fbdebde492 feat(utf-8 string): implemented replace string function 2025-05-13 04:04:31 -05:00
0e67969ff1 feat(utf-8): implemented has string function 2025-05-12 14:48:39 -05:00
062d10805f feat(utf-8 string): implemented is empty function 2025-05-12 05:56:18 -05:00
8e237dae14 feat(utf-8 string): implemented insert at index function 2025-05-12 04:23:23 -05:00
e4a0236328 feat(utf-8 string): implemented insert after function 2025-05-12 04:09:25 -05:00
bd9fef9f4f feat(utf-8): implemented insert before function 2025-05-12 03:48:08 -05:00
243bb533b0 feat(utf-8 string): implemented append function 2025-05-11 16:39:01 -05:00
13a95d9027 feat(utf-8 string): implemented validation of utf-8 string 2025-05-11 15:24:45 -05:00
e9d8cdd8a3 feat(utf-8 string): implemented encoding and decoding of utf-8 string with unicode 2025-05-07 04:33:25 -05:00
2353358199 feat(utf-8 string): added setting value of utf-8 string through unsigned char* 2025-05-04 06:54:17 -05:00
c4db620fb4 feat(utf-8 string): added utf-8 string structure and implemented initialize and destroy 2025-05-02 08:09:46 -05:00