Join Slack
Powered by
in java I can do `String[] split = log.split(" ", ...
# stdlib
a
asad.awadia
05/15/2020, 3:45 PM
in java I can do
String[] split = log.split(" ", 2);
and limit the split return to be of max size 2
Open in Slack
Previous
Next