Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 845 Bytes

File metadata and controls

58 lines (31 loc) · 845 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > Text > splitByNewLines

Text.splitByNewLines() method

Splits the provided string by newlines. Note that leading and trailing newlines will produce leading or trailing empty string array entries.

Signature:

static splitByNewLines(s: undefined): undefined;

Parameters

Parameter

Type

Description

s

undefined

Returns:

undefined