Package com.arangodb.internal.util
Class EncodeUtils
java.lang.Object
com.arangodb.internal.util.EncodeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Method Details
-
encodeURIComponent
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. It behaves the same as JavascriptencodeURIComponent()
.- Parameters:
value
- string to encode- Returns:
- encoded string
-