[NAME]
ALL.dao.type.string.pattern.match

[TITLE]
string.match()

[DESCRIPTION]


     
   1  string.match( pt :string, start=0, end=0, substring=1 ) => tuple<start:int,end:int,substring:string>
     
Find a substring that matches to pt, between starting position start and ending position
end. Also extract the matched subtring if parmeter substring is not zero.