diff options
Diffstat (limited to 'UTF8.ml')
-rwxr-xr-x | UTF8.ml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ let split str ~sep = | [] -> ""
| hd::tl -> hd
+let replace text patt repl = Text.replace text ~patt ~repl
+
module Buffer = struct
include Buffer
|