I'm very much new to groovy scripting. I have a requirement and need to split the string into different varaibles.
eg: 100546_2018_03_100900100546_YDE4567832.xml
V1 : 100546
V2 : 2018
V3 : 03
V4 : 100900100546_YDE4567832.xml
Can you please help me in getting code snippet.