diff options
Diffstat (limited to 'regex.h')
-rw-r--r-- | regex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,5 +39,6 @@ val search_regst(val haystack, val needle_regex, val start_num, val from_end); val match_regst(val str, val regex, val pos); val match_regst_right(val str, val regex, val end); val regsub(val regex, val repl, val str); +val read_until_match(val regex, val stream); int wide_display_char_p(wchar_t ch); void regex_init(void); |