How to perform 'Split String' in Groovy.
// Task: Split String
// Language: Groovy
def split_string() {
// Implementation for Split String
def result = ...; // Initialize variable
// TODO: Implement core logic here
// Step 1: Prepare data
// Step 2: Process Split String
println("Done");
}