1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-12-11 21:13:00 +01:00
Théo LUDWIG 06b34b115b
feat: support giving a custom character for string_trim, string_trim_start, string_trim_end
BREAKING CHANGE: Functions signatures changed.
If you want to preserve the same behavior, you should pass explictly the space character to trim:
Example: `string_trim(" Hello ")` => `string_trim(" Hello ", ' ')`
2023-08-05 14:19:44 +02:00
..
2023-08-03 19:42:50 +02:00
2023-08-03 23:17:54 +02:00
2023-06-25 20:09:07 +02:00
2023-08-03 22:57:32 +02:00
2023-08-03 23:01:19 +02:00
2023-06-25 20:09:07 +02:00
2023-06-25 20:09:07 +02:00