blob: dc5c8a65e5c955c8e7e22d35df0e2dd7547eb3ee [file] [log] [blame]
List<String> list=['1', '2', '3']
list.each{
it->
it.substring(<caret>)
}