Skip to content

Commit

Permalink
Description for TriFuncSplitPreserve.java added + bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tjann committed Nov 2, 2024
1 parent 78683cb commit 1e2a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/func/TriFuncSplitPreserve.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* <p>
* Examples:
* 1) text - " hello there", regex - " "
* 1) text - " hello there ", regex - " "
* result: ["", "hello", "there", ""]
* 2) text - "aaa", regex - "a"
* result: ["", "", "", ""]
Expand Down

0 comments on commit 1e2a0ca

Please sign in to comment.