JAL-4059 simpler reimplementation of StringUtils.separatorListToArray to avoid unnece...
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 31 Oct 2023 12:57:25 +0000 (12:57 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 31 Oct 2023 12:57:25 +0000 (12:57 +0000)
commitff6185f6e662d66eca0af9e9c403d08c7ae008f1
tree58fc9a3103b637e5a5b29cf63b5f5b39aecec7e4
parenta330af433035d65b32eb6bfc3cf3f40dac5d2d61
JAL-4059 simpler reimplementation of StringUtils.separatorListToArray to avoid unnecessary use of Pattern and regex because of possible jalviewjs Pattern incompatibility
src/jalview/util/StringUtils.java
test/jalview/util/StringUtilsTest.java