Mineplay
  • Joined on 2025-04-03
Mineplay opened issue Mineplay/Fledasty#24 2025-05-15 10:42:11 -05:00
F-17: Improve consistency and performance of existing code
Mineplay closed issue Mineplay/Fledasty#7 2025-05-15 10:40:32 -05:00
F-7: UTF-8 String
Mineplay deleted branch f7-utf-8-string from Mineplay/Fledasty 2025-05-15 10:39:06 -05:00
Mineplay pushed to main at Mineplay/Fledasty 2025-05-15 10:39:06 -05:00
b8baffdb39 Merge pull request 'f7-utf-8-string' (#23) from f7-utf-8-string into main
200e3e0ccf refactor(utf-8 string): added const to size and index parameters in functions
016bc759f3 feat(utf-8 string): implemented get size function
8b3be3d1cb feat(utf-8 string): implemented remove range function
15abfcffe8 feat(utf-8 string): implemented remove function
Compare 19 commits »
Mineplay merged pull request Mineplay/Fledasty#23 2025-05-15 10:39:05 -05:00
f7-utf-8-string
Mineplay created pull request Mineplay/Fledasty#23 2025-05-15 10:38:30 -05:00
f7-utf-8-string
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:36:55 -05:00
200e3e0ccf refactor(utf-8 string): added const to size and index parameters in functions
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:33:28 -05:00
016bc759f3 feat(utf-8 string): implemented get size function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:31:42 -05:00
8b3be3d1cb feat(utf-8 string): implemented remove range function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:26:37 -05:00
15abfcffe8 feat(utf-8 string): implemented remove function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:21:00 -05:00
681ca8f489 feat(utf-8 string): implemented clear function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:17:19 -05:00
6ccf2e70bf feat(utf-8 string): implemented pop function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-13 07:47:09 -05:00
1ab803f0f2 refactor(utf-8 string): changed parameters name to use size instead of length to be more consistent
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-13 04:05:01 -05:00
fbdebde492 feat(utf-8 string): implemented replace string function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 14:48:57 -05:00
0e67969ff1 feat(utf-8): implemented has string function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 05:56:24 -05:00
062d10805f feat(utf-8 string): implemented is empty function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 04:23:27 -05:00
8e237dae14 feat(utf-8 string): implemented insert at index function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 04:09:29 -05:00
e4a0236328 feat(utf-8 string): implemented insert after function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 03:48:48 -05:00
bd9fef9f4f feat(utf-8): implemented insert before function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-11 16:39:06 -05:00
243bb533b0 feat(utf-8 string): implemented append function