Class EncodeUtils

java.lang.Object
com.arangodb.internal.util.EncodeUtils

public class EncodeUtils extends Object
  • Method Details

    • encodeURIComponent

      public 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. It behaves the same as Javascript encodeURIComponent().
      Parameters:
      value - string to encode
      Returns:
      encoded string