From 1e2a0ca9abd712a8f9edf1e78801da8705791c7b Mon Sep 17 00:00:00 2001 From: tjann Date: Sat, 2 Nov 2024 13:57:27 +0300 Subject: [PATCH] Description for TriFuncSplitPreserve.java added + bug fixed --- src/main/java/org/cactoos/func/TriFuncSplitPreserve.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/cactoos/func/TriFuncSplitPreserve.java b/src/main/java/org/cactoos/func/TriFuncSplitPreserve.java index c0d6e257f..068f30b5a 100644 --- a/src/main/java/org/cactoos/func/TriFuncSplitPreserve.java +++ b/src/main/java/org/cactoos/func/TriFuncSplitPreserve.java @@ -35,7 +35,7 @@ * *

* Examples: - * 1) text - " hello there", regex - " " + * 1) text - " hello there ", regex - " " * result: ["", "hello", "there", ""] * 2) text - "aaa", regex - "a" * result: ["", "", "", ""]