@brief Split around the occurrences of all newline characters. */
| 2582 | |
| 2583 | /** @brief Split around the occurrences of all newline characters. */ |
| 2584 | split_chars_type splitlines() const noexcept { return split(newlines_set()); } |
| 2585 | |
| 2586 | #pragma endregion |
| 2587 |