Difference between revisions of "LlParseString2List"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llParseString2List moved to LlParseString2List: removing prefix)
(No difference)

Revision as of 17:52, 20 February 2007

Summary

Function: list llParseString2List( string src, list separators, list spacers );

Returns a list that is src broken into a list, discarding separators, keeping spacers, discards any null values generated.

• string src
• list separators
• list spacers

separators and spacers must be lists of strings, maximum of 8 each.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function list llParseString2List( string src, list separators, list spacers );