lua:arguments
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lua:arguments [2015/04/27 05:19] – vodur | lua:arguments [2017/02/20 06:28] (current) – vodur | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | arguments( arg_str | + | arguments( arg_str |
+ | |||
+ | Return type: array of string | ||
Splits arg_str into sub arguments and returns the arguments as a table. Optional 2nd argument is a boolean value specifying whether the case of arguments are preserved. The default is false, meaning all arguments will be converted to lowercase in the returned table. | Splits arg_str into sub arguments and returns the arguments as a table. Optional 2nd argument is a boolean value specifying whether the case of arguments are preserved. The default is false, meaning all arguments will be converted to lowercase in the returned table. | ||
Line 16: | Line 18: | ||
4=" | 4=" | ||
</ | </ | ||
+ | |||
lua/arguments.1430111998.txt.gz · Last modified: 2015/04/27 05:19 by vodur