Commit Graph

13 Commits

Author SHA1 Message Date
2d4dedd876 feat(string): add fundamental type parsing with format string but not elegant enough 2024-11-19 20:35:59 +08:00
6230ec9df6 feat(string): add fundamental type formatting with format string and adjust escape braces but not fully tested 2024-11-18 22:35:25 +08:00
f6f696d5a7 refactor(string): refactor string conversion and turning off default parsing options such as auto detect base 2024-11-16 22:21:31 +08:00
1c0c93ee25 refactor(string): refactor string conversion but not fully tested 2024-11-13 22:41:44 +08:00
3859070d53 feat(string): add string trimming functions 2024-11-12 17:21:36 +08:00
bc93455d0e refactor(string): refactor character and digit conversion to be non-invalidable 2024-11-12 13:32:43 +08:00
fe60fc33e0 feat(string): add string and arithmetic conversion functions 2024-11-11 22:30:15 +08:00
f8ef1da107 refactor(string): add base-checking to conversions between characters and digits 2024-11-11 12:20:29 +08:00
09bbcecc28 feat(string): add functions to categorize strings 2024-11-10 19:24:40 +08:00
43c59399d1 feat(string): add formatting without format string of arithmetic types to strings 2024-11-08 22:12:24 +08:00
0bb036eec7 refactor(string): change the placeholder escape for format string to <[{ }]> avoiding surprises 2024-11-08 22:10:22 +08:00
d8803880f1 feat(string): add parsing of arithmetic types from strings 2024-11-08 20:46:57 +08:00
211a30525e feat(string): add string parsing and formatting functions 2024-11-08 20:38:19 +08:00