*** empty log message ***
[m17n/m17n-lib-cs.git] / MText.cs
index 05e6fcf..5c916f1 100644 (file)
--- a/MText.cs
+++ b/MText.cs
@@ -440,6 +440,12 @@ namespace M17N.Core
       return this;
     }
 
+    public MText Cat (MText mt)
+    {
+      insert (nchars, mt, 0, mt.Length);
+      return this;
+    }
+
     public MText Del (int from, int to)
     {
       if (check_range (from, to, true))