val nameParts = rs.name.split("")
What is the character splitting the string “_” or “-” or what? There nothing in your ""
Also can you use the code fences, please? See:
val nameParts = rs.name.split("")
What is the character splitting the string “_” or “-” or what? There nothing in your ""
Also can you use the code fences, please? See: