Skip to content

Commit 6c9ae42

Browse files
committed
aborted attempt to add split() to StringList
1 parent 4f55bd1 commit 6c9ae42

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

core/src/processing/data/StringList.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,12 @@ public String join(String separator) {
702702
}
703703

704704

705+
// static public StringList split(String value, char delim) {
706+
// String[] array = PApplet.split(value, delim);
707+
// return new StringList(array);
708+
// }
709+
710+
705711
@Override
706712
public String toString() {
707713
StringBuilder sb = new StringBuilder();

0 commit comments

Comments
 (0)