diff src/luan/modules/String.luan @ 1427:a076e89a2879

remove literal
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 24 Nov 2019 18:23:57 -0700
parents e48290f3d9fb
children f7e2df85fc0a
line wrap: on
line diff
--- a/src/luan/modules/String.luan	Sun Nov 24 16:38:06 2019 -0700
+++ b/src/luan/modules/String.luan	Sun Nov 24 18:23:57 2019 -0700
@@ -14,7 +14,6 @@
 String.match = StringLuan.match
 String.matches = StringLuan.matches
 String.regex_quote = Pattern.quote
-String.literal = String.regex_quote  -- tmp
 String.rep = StringLuan.rep
 String.reverse = StringLuan.reverse
 String.split = StringLuan.split