| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > Text > splitByNewLines
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;|
Parameter |
Type |
Description |
|---|---|---|
|
s |
undefined |
Returns:
undefined