Java URL Create toUrlParameterString(String fenString)

Here you can find the source of toUrlParameterString(String fenString)

Description

to Url Parameter String

License

Apache License

Declaration

public static String toUrlParameterString(String fenString) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static String toUrlParameterString(String fenString) {
        return fenString.replace(' ', '.').replace('/', '_');
    }/*from   w ww .j av a  2 s  .  c o  m*/
}

Related

  1. toURL(String protocol, String host, int port, String path)
  2. toUrl(String s)
  3. toUrl(String url)
  4. toUrlDate(String date)
  5. toUrlPagePath(String pagePath)
  6. toUrlSafe(String timeZoneId)
  7. toURLString(byte[] hash)
  8. toURLString(String s)