diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ val sub_str(val str_in, val from_num, val to_num); val cat_str(val list, val sep); val split_str(val str, val sep); val split_str_set(val str, val set); -val tok_str(val str, val tok_regex); +val tok_str(val str, val tok_regex, val keep_sep); val list_str(val str); val trim_str(val str); val string_cmp(val astr, val bstr); |