diff core/src/luan/modules/String.luan @ 456:ceb3fd33adf1

add String.matches
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 May 2015 22:58:23 -0600
parents 8b2db645b9b2
children f26485a3692c
line wrap: on
line diff
--- a/core/src/luan/modules/String.luan	Tue May 05 21:25:35 2015 -0600
+++ b/core/src/luan/modules/String.luan	Tue May 05 22:58:23 2015 -0600
@@ -12,6 +12,7 @@
 len = StringLuan.len
 lower = StringLuan.lower
 match = StringLuan.match
+matches = StringLuan.matches
 rep = StringLuan.rep
 reverse = StringLuan.reverse
 sub = StringLuan.sub