Tag: string-manipulation
All the articles with the tag "string-manipulation".
-
How convert an Array to String ?
A custom Java solution for converting an array to a string — written because the standard approaches weren't giving me what I needed.
-
How to convert a String to an Array ?
A short Java program that splits a string into an array — a small but handy utility for parsing and data manipulation tasks.