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

10
LINES

< > BotCompany Repo | #1032597 // regexpExplainLink (using regex101.com)

JavaX fragment (include)

sS regexpExplainLink(S regex, S testString default null) {
  // the empty fields are needed, otherwise error 500
  ret addParamsToURL("https://regex101.com",
    +regex,
    testString := unnull(testString),
    flags := "",
    subst := "",
    delimiter := "",
    flavor := "java");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032597
Snippet name: regexpExplainLink (using regex101.com)
Eternal ID of this version: #1032597/1
Text MD5: 6e8302b521e602c4357812c618164532
Author: stefan
Category: javax / networking
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-24 15:44:07
Source code size: 296 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 75
Referenced in: [show references]