Valdosta State University

Above, we say that we “split the string on a space.” Though this will work for our examples, technically there are lots of different types of spaces. This delimiter, “\s” will catch more of them. Remember, to put something with a slash in a string in Java, it must be delimited with a “\”. Thus, we would write it like this: ................
................