%dw 2.0
import last from dw::core::Strings
output application/json
---
"hello world!" last 6
last
last(text: String, amount: Number): String
Returns characters from the end of string to a specified number of characters, for example, the last two characters of a string.
Introduced in DataWeave version 2.4.0.