utils/count_lines library
Count the number of lines (\n) in a String.
Copyright (C) 2023, Togaware Pty Ltd.
License: https://www.gnu.org/licenses/gpl-3.0.en.html
Authors: Graham Williams
Functions
-
countLines(
String txt) → int
Count the number of lines (\n) in a String.
Copyright (C) 2023, Togaware Pty Ltd.
License: https://www.gnu.org/licenses/gpl-3.0.en.html
Authors: Graham Williams