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)

1  
sS regexpExplainLink(S regex, S testString default null) {
2  
  // the empty fields are needed, otherwise error 500
3  
  ret addParamsToURL("https://regex101.com",
4  
    +regex,
5  
    testString := unnull(testString),
6  
    flags := "",
7  
    subst := "",
8  
    delimiter := "",
9  
    flavor := "java");
10  
}

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: 64 / 80
Referenced in: [show references]