winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/string.lines.md

20 lines
271 B
Markdown
Raw Normal View History

2024-09-24 12:54:57 +00:00
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.