This was the closest match to the Perl code that I could achieveafter some testing:
def txt = "abc : groovy : def"
if ((m = txt =~ / : (.+?) : /)) {
def match = m.group(1)
println "MATCH=$match"
}
|
3 | deleted 19 characters in body | ||
|
This was the closest match to the Perl code that I could achieveafter some testing:
|
||||
|
2 | added 1 characters in body | ||
|
This was the closest match to the Perl code that I could create achieve after some testing:
|
||||
|
1 |
|
||
|
This was the closest match to the Perl code that I could create after some testing:
|
||||