Follow

Follow

JAVA :: Convert String to String Array

Manish Warang's photo
Manish Warang
·Oct 9, 2018·

1 min read

Sometimes we might require to perform some string manipulations, or parse the string to validate specific positions of received input string.

This can be achieved by converting the String to a String Array and eventually navigating to required location.

 
Share this