Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0opslab/opslabJutil
/ decodeQuery
Method
decodeQuery
src/main/java/com/opslab/helper/UrlHelper.java:364–366 ·
view source on GitHub ↗
Decodes query name or value.
(String source)
Source
from the content-addressed store, hash-verified
362
* Decodes query name or value.
363
*/
364
public
static
String decodeQuery(String source) {
365
return
decode(source, Opslab.UTF_8, true);
366
}
367
368
/**
369
* Decodes query name or value.
Callers
3
testQuerySimple
Method · 0.95
testQueryParam
Method · 0.95
unescape
Method · 0.95
Calls
1
decode
Method · 0.95
Tested by
2
testQuerySimple
Method · 0.76
testQueryParam
Method · 0.76