public final class URIDecoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeURIComponent(String s)
Decodes a segment of an URI encoded by a browser.
|
static String |
decodeURIComponent(String s,
boolean plus)
Decodes a segment of an URI encoded by a browser.
|
public static String decodeURIComponent(String s)
s - string to decodepublic static String decodeURIComponent(String s, boolean plus)
s - string to decodeplus - weather or not to transform plus signs into spacesCopyright © 2020. All rights reserved.