RegexParse2List
llRegexParse2List
|   | LSL Feature Request | 
| The described function does not exist. This article is a feature request. | 
 
 Summary 
 Function: list llRegexParse2List( string source, string regex );
Provides the ability to use complex Perl Compatible regular expressions to extract content from a string
Returns a list with the parsed contents of the string as elements in a list, empty list if no matches.
| • string | source |  |  |  | 
| • string | regex |  |  |  | 
 
Deep Notes
| Signature | 
| //function list llRegexParse2List( string source, string regex );
 |