mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-08 08:41:56 -05:00
20 lines
271 B
Markdown
20 lines
271 B
Markdown
|
Returns the number of lines of text contained by the string.
|
||
|
|
||
|
```lua
|
||
|
string.lines("str")
|
||
|
```
|
||
|
|
||
|
### Parameters ###
|
||
|
|
||
|
`str` is the string to be tested.
|
||
|
|
||
|
|
||
|
### Return Value ###
|
||
|
|
||
|
The number of lines of text contained by the string.
|
||
|
|
||
|
|
||
|
### Availability ###
|
||
|
|
||
|
Premake 5.0 or later.
|