Add Groovy Syntax : String summary table

This commit is contained in:
Morgan 2021-02-11 13:52:38 +01:00 committed by GitHub
parent fb6cc2fca4
commit b338f767d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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