From b338f767d55d4758aba4cd14b2738c8f7b323b63 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 11 Feb 2021 13:52:38 +0100 Subject: [PATCH] Add Groovy Syntax : String summary table --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index e66786f..aedd90b 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1228,6 +1228,7 @@ See also [Shell aliases](../README.md#shell-aliases) * [MorganGeek](../cheat/groovy.md) - groovy cheatsheet / tips | My cheatsheet for Groovy * [Faheetah](https://gist.github.com/Faheetah/e11bd0315c34ed32e681616e41279ef4) - Jenkinsfile idiosynchrasies with escaping and quotes : Examples of weirdness of Jenkinsfile / Groovy syntax * [Denny Zhang](https://cheatsheet.dennyzhang.com/cheatsheet-jenkins-groovy-a4) - (2018) CheatSheet: Jenkins & Groovy +* [Groovy Docs](https://groovy-lang.org/syntax.html#_string_summary_table) - Syntax : String summary table ## Haskell * [Miran Lipovača](http://learnyouahaskell.com/chapters) - [Book] Learn You a Haskell for Great Good! and for free