%dw 2.0
import * from dw::core::Strings
output application/json
---
{
"a": wrapWith(null, "'"),
"b": wrapWith("", "'"),
"c": wrapWith("ab", "x"),
"d": wrapWith("'ab'", "'"),
"e": wrapWith("ab", "'")
}
wrapWith
wrapWith(String, String): String
Wraps the specified text
with the given wrapper
.
Introduced in DataWeave 2.2.0. Supported by Mule 4.2 and later.