-
Core Java
Groovy Closure Example
In this example I’ll explain closures in Groovy. According to Sabesta’s nice book Concepts of Programming Languages, defining a closure…
Read More » -
regex
Groovy Regex Example
In this example I will show you how to use regular expressions in Groovy. 1. Groovy and Regular Expressions Groovy…
Read More »