In Groovy the task is now not to split the source string, but find all matches. Try this code: String s = "helloXthereXmyXfriend" def tbl = s.findAll('.+?(?
確定! 回上一頁