public class StringUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
quote(String value)
Encloses given string with quotes.
|
static String |
unquote(String value)
Strips the quotes from the front and end of the string in case the string is quoted.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.