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"); }