summaryrefslogtreecommitdiff
path: root/src/regex__FFI.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-30 17:26:16 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-30 17:26:16 -0400
commit655f2bc59e11ccd16229f2e7474b013e585192fb (patch)
tree266f59b5894d7aee96441f5f9da8e1e474fbcb03 /src/regex__FFI.h
parent285053f45f39752e46899a9e99f1cfe1ca76165c (diff)
Implement regex substitution
Diffstat (limited to 'src/regex__FFI.h')
-rw-r--r--src/regex__FFI.h4
1 files changed, 4 insertions, 0 deletions
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