Home » Code Examples » Groovy Code Examples
The code for Splitting String with delimiter
def (first_value, second_value) = '1128-2'.tokenize( '-' )
Comments and Discussions!
Load comments ↻
Recently Published MCQs