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

[TITLE]
string.capture()

[DESCRIPTION]


     
   1  string.capture( pt : string, start=0, end=0 )=>list<string>
     

Search for a substring that matches to pt, and capture the substrings that match to 
pattern groups. The captured substrings are returned as a list, where the i-th item is
substring that matches to the i-th group.