in DevOps by (20.8k points)
How To Declare String In Groovy?

1 Answer

0 votes
by (23.9k points)

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
0 votes
0 votes
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel (20.8k points)
0 votes
0 votes
0 votes
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel (20.8k points)
0 votes
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel (20.8k points)
0 votes
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel (20.8k points)
...