Nasal library: Difference between revisions

m
No edit summary
 
Line 595: Line 595:
|syntax = split(delimiter, string);
|syntax = split(delimiter, string);
|source = {{simgear file|simgear/nasal/lib.c|l=460|t=Source}}
|source = {{simgear file|simgear/nasal/lib.c|l=460|t=Source}}
|text = Splits the input string into a vector of substrings bounded by occurrences of the delimiter substring.
|text = Splits the input string into a vector of substrings bounded by occurrences of the delimiter substring. See [[Nasal_library/string#string.join(sep,list)|string.join()]].
|param1 = delimiter
|param1 = delimiter
|param1text = String that will split the substrings in the returned vector.
|param1text = String that will split the substrings in the returned vector.
601

edits