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

3
LINES

< > BotCompany Repo | #1032263 // isRelativeOrAbsoluteURL

JavaX fragment (include)

sbool isRelativeOrAbsoluteURL(S s) {
  ret isAbsoluteURL(s) || isRelativeURL(s);
}

Author comment

Began life as a copy of #1032262

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032263
Snippet name: isRelativeOrAbsoluteURL
Eternal ID of this version: #1032263/1
Text MD5: 8c591960b87b86609d845b0b7a890d33
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-23 21:59:03
Source code size: 84 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 103 / 130
Referenced in: [show references]