0 votes
in DevOps by
How To Declare String In Groovy?

1 Answer

0 votes
by

In Groovy, the following steps are needed to declare a string.

The string is closed with single and double qotes.

It contains Groovy Expressions noted in ${}

Square bracket syntax may be applied like charAt(i)

Related questions

0 votes
asked Nov 12, 2019 in DevOps by Robindeniel
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel
...