All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spotinst.sdkjava.client.rest.UrlEncoder Maven / Gradle / Ivy

There is a newer version: 1.0.121
Show newest version
package com.spotinst.sdkjava.client.rest;

/**
 * Created by ohadmuchnik on 31/05/2016.
 */
public class UrlEncoder {

    public static String encode(String url) {
        return url.replaceAll(" ", "%20");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy