public class EncodeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeURIComponent(String value)
Encodes a string by replacing each instance of certain characters by one, two, three, or four escape sequences
representing the UTF-8 encoding of the character.
|
public static String encodeURIComponent(String value)
encodeURIComponent().value - string to encodeCopyright © 2016–2022 ArangoDB GmbH. All rights reserved.