String arr = "[ab, cd, ef]"
URI [] arr2 =arr.toURI()
I need the string representation of the uri array to go to an actual uri list, should i need to convert to a string array prior to going to a uri array? the tricky part is the list conversion
String arr = "[ab, cd, ef]"
URI [] arr2 =arr.toURI()
I need the string representation of the uri array to go to an actual uri list, should i need to convert to a string array prior to going to a uri array? the tricky part is the list conversion