Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1029520 // hjs_urlencode

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2645L/17K).

1  
sS hjs_urlencode() {
2  
  ret hjavascript([[
3  
    function urlencode(s) {
4  
      return encodeURIComponent(s).replace(/%20/g, "+");
5  
    }
6  
  ]]);
7  
}

Author comment

Began life as a copy of #1013838

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029520
Snippet name: hjs_urlencode
Eternal ID of this version: #1029520/1
Text MD5: 4dd34560f2efa6b6a7bab890cea1b723
Transpilation MD5: b6c68d851fea012a8b3a4bb5bf049b60
Author: stefan
Category: javax / web
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-17 15:09:39
Source code size: 147 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 154 / 233
Referenced in: [show references]