I am trying to constract a mapping template in AWS API Gateway which is in Apache Velocity Template Language.
I can’t find .append()
function on strings.
So as a solution, will this work ?#set ($someString = "${someString}someNewString")
Any help would be appreciated.
add comment
0 Answer
Your Answer
asked | |
viewed | 18 |
Related
- 2JavaScript: How to shift characters in a string to the left or right?
- 1How to set caches with Apache?
- 1How can I filter questions by programming language in Stack Dev?
- 1Why is the string immutable in c#
- 1String in C#, string's behavior
- 9How do you reverse a string in JavaScript?
- 3Converting JS object to JSON string
- 1How to check if a variable is a string in JavaScript?
- 1How to convert a string to boolean in JavaScript?
- 1Check if my string contains elements from array
- 1How to check if string null or empty in c#.