From 655f2bc59e11ccd16229f2e7474b013e585192fb Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 30 Jul 2015 17:26:16 -0400 Subject: Implement regex substitution --- src/regex__FFI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/regex__FFI.h') diff --git a/src/regex__FFI.h b/src/regex__FFI.h index 695033a..84b81a9 100644 --- a/src/regex__FFI.h +++ b/src/regex__FFI.h @@ -44,6 +44,10 @@ uw_Regex__FFI_match uw_Regex__FFI_do_match(struct uw_context*, const uw_Basis_string, const uw_Basis_string); +uw_Basis_string uw_Regex__FFI_replace(struct uw_context*, const uw_Basis_string, + const uw_Basis_string, + const uw_Basis_string); + #ifdef __cplusplus } #endif -- cgit v1.2.3