utils/count_lines library
Count the number of lines (\n) in a String.
Copyright (C) 2023, Togaware Pty Ltd.
License: https://opensource.org/license/gpl-3-0
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://opensource.org/license/gpl-3-0
Authors: Graham Williams