Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
str::row
row(str: String, index: Integer)
Parameter
Type
Description
str
String
The string to look in.
index
Integer
The index of the line to find.
Returns
(*) The line at the given index or nil.