strman-java icon indicating copy to clipboard operation
strman-java copied to clipboard

add urlEncode function

Open shekhargulati opened this issue 8 years ago • 2 comments

shekhargulati avatar May 20 '16 13:05 shekhargulati

@shekhargulati Would you want an implementation of urlEncode() without using any external library like URLEncoder, right?

engfragui avatar Oct 16 '17 04:10 engfragui

I generally think this method would be superfluous, as mentioned by @engfragui the JDK already provides the URLEncoder class which is backwards compatible from Java 8 down to Java 5. Currently can't think of any use cases a additional implementation would be necessary.

arcticicestudio avatar Oct 17 '17 06:10 arcticicestudio