comparison 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
comparison
equal deleted inserted replaced
455:34a4ed3597ea 456:ceb3fd33adf1
10 gmatch = StringLuan.gmatch 10 gmatch = StringLuan.gmatch
11 gsub = StringLuan.gsub 11 gsub = StringLuan.gsub
12 len = StringLuan.len 12 len = StringLuan.len
13 lower = StringLuan.lower 13 lower = StringLuan.lower
14 match = StringLuan.match 14 match = StringLuan.match
15 matches = StringLuan.matches
15 rep = StringLuan.rep 16 rep = StringLuan.rep
16 reverse = StringLuan.reverse 17 reverse = StringLuan.reverse
17 sub = StringLuan.sub 18 sub = StringLuan.sub
18 to_binary = StringLuan.to_binary 19 to_binary = StringLuan.to_binary
19 to_number = StringLuan.to_number 20 to_number = StringLuan.to_number