Skip to content

string.lines

Jason Perkins edited this page May 30, 2015 · 3 revisions

Returns the number of lines of text contained by the string.

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.

Clone this wiki locally