shekhargulati / strman-java

A Java 8 string manipulation library.

Home Page:https://shekhargulati.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refine between function

wli75 opened this issue · comments

commented

Currently, between( "abc]def]", "[", "]" ) returns [ "abc", "def" ]. Should it return [ "abc]def]" ] instead?
How about between( "[abc]def]", "[", "]" )? It currently returns [ "abc", "def" ].

Works as designed so closing this issue.