diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -927,10 +927,12 @@ val fmt_join(struct args *args); val split_str(val str, val sep); val split_str_keep(val str, val sep, val keep_sep_opt, val count_opt); val spl(val sep, val arg1, val arg2); +val spln(val count, val sep, val arg1, val arg2); val split_str_set(val str, val set); val sspl(val set, val str); val tok_str(val str, val tok_regex, val keep_sep_opt, val count_opt); val tok(val tok_regex, val arg1, val arg2); +val tokn(val count, val tok_regex, val arg1, val arg2); val tok_where(val str, val tok_regex); val list_str(val str); val trim_str(val str); |