stclib / STC

A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ask for `cstr_append_fmt`, `cstr_replace_all`, `cstr_split`

liigo opened this issue · comments

ask for `cstr_append_fmt`, `cstr_replace_all`, `cstr_split`

Good suggestions.
Added cstr_assign_fmt(&s, "%s%d", s.str, 100); which works as append_fmt() would.
Added csview_first_token(), csview_next_token() in csview.h, which does split see example.
Added cstr_replace_all()

Thank you! Nice work! ❤